Removes a table from the collection.
[Visual Basic 6.0] Sub RemoveTable(
ByVal Table As ITable _
)
[Visual Basic .NET] Public Sub RemoveTable ( _ ByVal Table As ITable _ )
[C#] public void RemoveTable ( ITable Table );
[Java] public void removeTable ( ITable Table ) throws IOException, AutomationException
[C++] HRESULT RemoveTable( ITable* Table );