Type: Integer
Availability: Read or write at run time only
The row property of the JadeTableSheet class contains the current row on the sheet referenced by this object.
For a description of this property, see the
The code fragment in the following example shows the use of the row property.
table1.accessSheet(2).row := 3;