accessedRow
Type: JadeTableRow
Availability: Read or write at run time only
The accessedRow property of the Table class contains a reference to the row returned by the accessRow method of the Table class or the
The code fragment in the following example shows the use of the accessedRow property.
table1.accessedRow.visible := false;
See also the Table class accessedCell, accessedColumn, and accessedSheet properties.