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