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