ArcObjects Library Reference (GeoDatabaseUI)  

ITableControl3 Interface

Provides access to members that control the table once it has been shown.

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 ExecuteOptionCommand Executes a command in the option menu.
Method GetCurrentRow The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.
Write-only property HideOptionsButton Hides the options button. Default is False.
Write-only property HideViewToggleButtons Hides the view toggle buttons. Default is False.
Method InsertNextRowAt 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.
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.
Write-only property SelectToggleAlwaysEnabled Ensures that the Select button is always active of the view toggle buttons. Default is False.
Method SetCellFont Overrides the font setting for table cells. At least the oid or fieldName must be specified. Enter null fonts to erase.
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 ITableControl3

CoClasses and Classes Description
TableView Window to display Tables.