Provides access to members that inform you about the table window.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AreAllRecordsRead | Indicates whether all records have been read by the table window. | |
GetCurrentCol | The current col (FDO field index) the user is on. | |
GetCurrentRow | The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset. | |
GetLeftCol | Gets the left visible column of the view window. | |
GetTopRow | Gets the top visible row of the view window. | |
IsEditing | Indicates whether the table window is in an editing session. | |
RecordCount | Number of records read. |
CoClasses that implement ITableControlInfo
CoClasses and Classes | Description |
---|---|
TableView | Window to display Tables. |