This document is archived and information here might be outdated. Recommended version. |
Adds a Table info at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal StandaloneTableInfo As IStandaloneTableInfo _ )
[C#] public void Insert ( int Index, IStandaloneTableInfo StandaloneTableInfo );
[C++]
HRESULT Insert(
long Index,
IStandaloneTableInfo* StandaloneTableInfo
);
[C++] Parameters Index [in]
Index is a parameter of type long StandaloneTableInfo [in]
StandaloneTableInfo is a parameter of type IStandaloneTableInfo*