TRVTableItemInfo.InsertColsLeft

<< Click to display table of contents >>

TRVTableItemInfo.InsertColsLeft

Inserts Count columns to the right of the selected cells (or the cell being edited)

procedure InsertColsLeft(Count: Integer);

Does nothing if the table has no selection or an edited cell.

This method must be called when the document is formatted.

See also:

Table operations;

Undo note.

See also methods:

InsertColsRight;

InsertCols;

InsertRowsAbove, InsertRowsBelow;

DeleteSelectedCols.