This document is archived and information here might be outdated. Recommended version. |
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*