TRVTableItemInfo.DeleteEmptyCols

<< Click to display table of contents >>

TRVTableItemInfo.DeleteEmptyCols

Deletes all columns containing only nil-cells.

procedure DeleteEmptyCols;

Nil-cells occur due to cell-meging.

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

This method calls DeleteCols with DecreaseWidth = False.

The method keeps selection in the table.

See also:

Table operations;

Undo note.

See also methods:

DeleteEmptyRows;

DeleteSelectedCols;

DeleteCols.