TRVTableItemInfo.DeleteSelectedRows

<< Click to display table of contents >>

TRVTableItemInfo.DeleteSelectedRows

Deletes all rows containing selected cells.

procedure DeleteSelectedRows;

This method deletes all rows containing selected cells, even if not all cells in these rows are selected.

The cell that is being edited is considered selected.

This method must be called when the document is formatted.

This method does nothing if selected rows contain items protected from deletion.

 

See also:

Table operations;

Undo note.

See also methods:

DeleteSelectedCols;

DeleteCols;

DeleteEmptyCols.