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