TRVTableItemInfo.InsertCols

<< Click to display table of contents >>

TRVTableItemInfo.InsertCols

Inserts Count columns at the position specified by Index.

procedure InsertCols(Index, Count, CopyIndex: Integer);

Parameters:

Index index of the column to insert before (or ColCount to insert after the last column).

Count number of columns to insert.

CopyIndex if <>-1, this is an index (before the insertion) of column to copy attributes for new columns from. Colors, background, border, size, text and paragraph styles are copied.

See also:

Table operations;

Undo note.

See also methods:

InsertRows;

InsertColsLeft, InsertColsRight;

DeleteCols.