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
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
Your logic must delete cloned rows.
See also the JadeTableSheet class accessCell and accessColumn methods and the