This document is archived and information here might be outdated.  Recommended version.


ITableControl3.InsertNextRowAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl3 Interface > ITableControl3.InsertNextRowAt Method
ArcGIS Developer Help

ITableControl3.InsertNextRowAt Method

Determines where the next insert record is inserted when OnCreate is fired. Adding records manually via the table window allways adds records to the end of the table.

[Visual Basic .NET]
Public Sub InsertNextRowAt ( _
    ByVal placement As esriTVRowInsertPlacement, _
    ByVal oid As Integer _
)
[C#]
public void InsertNextRowAt (
    esriTVRowInsertPlacement placement,
    int oid
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl3 Interface