topRow

Type: Integer

Availability: Read or write at run time

The topRow property of the JadeTableSheet class contains the row that is displayed at the top edge of the non-fixed area of the sheet referenced by this object.

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

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

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