accessedColumn
Type: JadeTableColumn
Availability: Read or write at run time only
The accessedColumn property of the Table class contains a reference to the column returned by the accessColumn method of the Table class or the
The code fragment in the following example shows the use of the accessedColumn property.
table1.accessedColumn.visible := false;
See also the Table class accessedCell, accessedRow, and accessedSheet properties.