The standalone table at the given index.
[Visual Basic 6.0] Property StandaloneTable(
ByVal Index As Long _
) As IStandaloneTable
[Visual Basic .NET] Public Function get_StandaloneTable ( _ ByVal Index As Integer _ ) As IStandaloneTable
[C#] public IStandaloneTable get_StandaloneTable ( int Index );
[Java] public getStandaloneTable ( Long Index, IStandaloneTable Table )
[C++] HRESULT get_StandaloneTable( long Index, IStandaloneTable** Table );
Parameters
Index [in]
Index is a parameter of type long
Table [out, retval]
Table is a parameter of type IStandaloneTable