TRVTableItemInfo.InsertColsRight

<< Click to display table of contents >>

TRVTableItemInfo.InsertColsRight

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

procedure InsertColsRight(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:

▪InsertColsLeft;

▪InsertCols;

▪InsertRowsAbove, InsertRowsBelow;

▪DeleteSelectedCols.