TableColumn Object (ITableColumn Interface)
This object provides access to specific properties of a table column. All the columns of the table are represented by the TableColumns object.
Properties
Name | Type | Description |
---|---|---|
FieldDefinition | FieldDefinition |
Provides access to the field definition which corresponds to the column. The property may return 0 in which case no field definition corresponds to this column.
|
LeftBorder | Integer, read-only | Stores the coordinate of the left border of the column. |
RightBorder | Integer, read-only | Stores the coordinate of the right border of the column. |
Related objects
Output parameter
This object is the output parameter of the Item method of the TableColumns object.
See also
3/24/2023 8:48:38 AM