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. Note: The property returns a constant object. To modify the value of the property, you must first receive an intermediate FieldDefinition object, initialize its properties with the help of the IFieldDefinition::CopyFrom method, change the necessary parameters, and then assign this object to the property. |
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
8/15/2023 1:19:30 PM