ArcObjects Library Reference (Carto)  

ITableCollection.Table Property

The table at the given index.

[Visual Basic .NET]
Public Function get_Table ( _
    ByVal Index As Integer _
) As ITable
[C#]
public ITable get_Table (
    int Index
);
[C++]
HRESULT get_Table(
  long Index,
  ITable** Table
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Table [out, retval]

  Table is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableCollection Interface