fixedRows

Type: Integer

Availability: Read or write at any time

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

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

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

table1.accessSheet(2).fixedRows := 1;