TRVTableItemInfo.DeleteEmptyRows

<< Click to display table of contents >>

TRVTableItemInfo.DeleteEmptyRows

Deletes all rows containing only nil-cells.

procedure DeleteEmptyRows;

Nil-cells occur due to cell-meging.

All-nil rows occur after cell-merging or deleting columns.

This method calls DeleteRows with DecreaseHeight = False.

The method keeps selection in the table.

 

See also:

▪Table operations;

▪Undo note.

See also:

▪DeleteEmptyCols;

▪DeleteSelectedRows;

▪DeleteRows.