ArcObjects Library Reference (GeoDatabaseUI)  

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