fixedColumns

Type: Integer

Availability: Read or write at any time

The fixedColumns property of the JadeTableSheet class contains the number of fixed columns in the sheet referenced by this object.

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

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

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