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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.