RemoveRow

Declaration: ChartBook.Tables[].RemoveRow (r: longint);
The method RemoveRow deletes the row of index r from the table. The size of the table is decreased by one row.

Hint: Please note that the removal of rows is time consuming (due to required memory re-allocations). If you have to remove many rows you are better off by copying entire rows and reducing the size of the report list after all rows have been copied to their new positions.