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


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

ITableControl2 Interface

Provides access to members that control the table once it has been shown. Note: the ITableControl2 interface has been superseded by ITableControl3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DrawSelectedShapes Draws selected features on display.
Method EditChanged Call after start or stop editing, to update table grid.
Method GetCurrentRow The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.
Method ReadToEndOfTable Read all the OIDs/Rows in the table.
Method Redraw Redraws the grid.
Method RemoveAndReloadCache Lose cache, so the table window is current with the underlying database.
Method RereadFIDs Rereads rows. Called when viewing selected records and the selection changes.
Method SetCurrentRow The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.
Method UpdateSelection Updates the current selection, that the current selection is currently pointing to.

Classes that implement ITableControl2

Classes Description
TableView Window to display Tables.