This document is archived and information here might be outdated. Recommended version. |
Removes a table from the collection.
[Visual Basic .NET] Public Sub RemoveTable ( _ ByVal Table As ITable _ )
[C#] public void RemoveTable ( ITable Table );
[C++]
HRESULT RemoveTable(
ITable* Table
);
[C++] Parameters Table [in]
Table is a parameter of type ITable*