rvico TRichView Reference | Item Types | Table

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:

Undo note.

See also methods:

DeleteSelectedRows;
DeleteCols;
DeleteEmptyRows.


RichView © Sergey Tkachenko