InsertRow

Declaration: ChartBook.Tables[].InsertRow (r: integer): integer;
The method InsertRow inserts an empty row at the index r of table. The size of the table is increased by one row. If the parameter r exceeds the number of rows a single row is appended to the table. The index of the actually inserted row is returned as the result of the function (the inserted row index may differ from r if r is greater than NrOfRows).

Hint: If the physical order of the rows is important, InsertRow should be applied only to unsorted report lists.