column

Type: Integer

Availability: Read or write at run time only

The column property of the JadeTableSheet class contains the current column on the sheet referenced by this object.

For a description of this property, see the Table control column property.

The code fragment in the following example shows the use of the column property.

table1.accessSheet(2).column := 2;