Type: Integer
Availability: Read or write at run time only
The height property of the JadeTableRow class enables the size of the row referenced by this object to be accessed.
For a description of this property, see the
The code fragment in the following example shows the use of the height property.
myTextBox.height := table1.accessRow(table.row).height;