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