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


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

ITableControlInfo Interface

Provides access to members that inform you about the table window.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property AreAllRecordsRead Indicates whether all records have been read by the table window.
Method GetCurrentCol The current col (FDO field index) the user is on.
Method GetCurrentRow The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.
Method GetLeftCol Gets the left visible column of the view window.
Method GetTopRow Gets the top visible row of the view window.
Read-only property IsEditing Indicates whether the table window is in an editing session.
Read-only property RecordCount Number of records read.

Classes that implement ITableControlInfo

Classes Description
TableView Window to display Tables.