leftColumn

Type: Integer

Availability: Read or write at run time

The leftColumn property of the JadeTableSheet class contains the column that is displayed at the left edge of the non-fixed area of the sheet referenced by this object.

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

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

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