|
TRVTableItemInfo.DeleteRows |
Top Previous Next |
|
Deletes Count rows starting from the Index-th row. procedure DeleteRows(Index, Count: Integer; DecreaseHeight: Boolean); Parameters: Index – index of the first row to delete, in range 0..RowCount-1. Count – number of rows to delete. if DecreaseHeight = True, BestHeights of cells overlapping the deleted rows (due to cell-merging) will be decreased (recommended).
See also: See also methods: |