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