Provides access to members that set up the table and initially show it. Note: the ITableView interface has been superseded byITableView3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
Callback | The call back routine. |
![]() |
QueryFilter | QueryFilter of records to show. |
![]() |
SelectionSet | Selection set of records to show/select. |
![]() |
Show | Show table. |
![]() |
ShowAliasNamesInColumnHeadings | Show alias names or the real field name in column headings. Default False. |
![]() |
ShowSelected | Show only features that are selected. |
![]() |
Table | Table to view/edit. |
![]() |
TableSelectionAction | Action to perform when table selections are made. |
CoClasses that implement ITableView
CoClasses and Classes | Description |
---|---|
TableView | Window to display Tables. |
Remarks
The TableView will show all of the fields in the Table, not just those set on the QueryFilter's SubFields.