This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableControl3 Interface > ITableControl3.InsertNextRowAt Method (ArcObjects .NET 10.5 SDK) |
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 );