ArcObjects Library Reference (GeoDatabaseUI)  

ITableView2 Interface

Provides access to members that interact with table. Note: the ITableView2 interface has been superseded byITableView3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property AllowEditing Allow editing. Default: True.
Write-only property Callback The call back routine.
Write-only property QueryFilter QueryFilter of records to show.
Read/write property SelectionSet Selection set of records to show/select.
Method Show Show table.
Read/write property ShowAliasNamesInColumnHeadings Show alias names or the real field name in column headings. Default False.
Read/write property ShowSelected Show only features that are selected.
Read/write property Table Table to view/edit.
Write-only property TableSelectionAction Action to perform when table selections are made.

CoClasses that implement ITableView2

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.

.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