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


esriTVRowInsertPlacement Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Constants > E > esriTVRowInsertPlacement Constants
ArcGIS Developer Help

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.