accessRow

accessRow(row: Integer): JadeTableRow updating;

The accessRow method of the JadeTableSheet class returns a reference to the JadeTableRow object for the requested row on that sheet. This method also sets the corresponding Table class accessRow property to the returned row, allowing subsequent reuse of that object.

Storing a reference to a returned row causes problems unless you take a copy of that row, as there is one JadeTableRow object for each Table control only.

Your logic must delete cloned rows.

See also the JadeTableSheet class accessCell and accessColumn methods and the Table class accessCell, accessColumn, accessRow, and accessSheet methods.