rows

Type: Integer

Availability: Read or write at run time only

The rows property of the JadeTableSheet class contains the number of rows on the sheet referenced by this object.

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

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

table1.accessSheet(2).rows := 9;