Properties |
Methods |
Represents a column in the TableWindow.
The TableColumn represents the column in the TableView. Each TableColumn is a member of the Columns collection.
The TableColumn has the following attributes:
Quantity property as QfQuantity
|
Returns the physical quantity shown in the column. |
Number property as Long.
|
Returns the one-based number of the column in the table. |
Position property as Long.
|
Returns the position of the column in the list of all possible columns. You can see the list in the Table Columns dialog (Columns command in the View menu). |
Parent property as TableWindow
|
Returns the table that the column belongs to. |