ArcObjects Library Reference (GeoDatabaseUI)  

esriTVRowInsertPlacement Constants

TableView inserting records placement.

Constant Value Description
esriTVRowInsBeginningOfWin 0 For the current table view instance, it insert the next insert row at the beginning of the table. The given OID is ignored.
esriTVRowInsBeforeGivenOID 1 For the current table view instance, it insert the next insert row before the given OID.
esriTVRowInsAfterGivenOID 2 For the current table view instance, it insert the next insert row after the given OID.
esriTVRowInsAfterGivenOIDAutoAdv 3 For the current table view instance, it insert the next insert row after the given OID. It then auto advances the next insert row to the nwly inserted row.
esriTVRowInsEndOfWin 4 For the current table view instance, it insert the next insert row at the end of the table. The given OID is ignored.

Product Availability

Available with ArcGIS Desktop.