ArcObjects Library Reference (GeoDatabaseUI)  

ITableControl Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

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 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.

CoClasses that implement ITableControl

CoClasses and Classes Description
TableView Window to display Tables.

.NET Samples

Migrating from VB6 to VB .NET for ArcGIS 10 (Code Files: ButtonAddIn clscopy_table_sel clsCopyTableSelection)

.NET Related Topics

Migrating VB6 to VB.NET for ArcGIS 10