Adds a table to the collection.
[Visual Basic .NET] Public Sub AddTable ( _ ByVal Table As ITable _ )
[C#] public void AddTable ( ITable Table );
[C++]
HRESULT AddTable(
ITable* Table
);
[C++]Parameters
Table [in]Table is a parameter of type ITable
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.