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