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


ITableProperty Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IT > ITableProperty Interface
ArcGIS Developer Help

ITableProperty Interface

Provides access to members that control Table window properties. Note: the ITableProperty interface has been superseded by ITableProperty3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property FeatureLayer Feature class of table window (Overrides table setting).
Read/write property FieldOrder Order of fields.
Read/write property FieldWidth Field Width.
Read/write property FrozenFields Number of frozen fields.
Method PutPosition Table window position.
Method QueryPosition Query table window position.
Read/write property SelectedTable Indicates if the Selected table is shown.
Read/write property SelectionColor Selection color used to highlight rows and graphics.
Read/write property Table Table of table window (Overrides feature class setting).

Inherited Interfaces

Interfaces Description
ITableViewInfo Provides access to events that occur for which a client can store and load info about the look of the table.

Classes that implement ITableProperty

Classes Description
TableProperty Table window property.