TRVTableItemInfo.DeleteSelectedCols

<< Click to display table of contents >>

TRVTableItemInfo.DeleteSelectedCols

Deletes all columns containing selected cells

procedure DeleteSelectedCols;

This method deletes all columns containing the selected cells, even if not all cells in these columns 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 columns contain items protected from deletion.

 

See also:

Table operations;

Undo note.

See also methods:

DeleteSelectedRows;

DeleteCols;

DeleteEmptyCols.