TRVTableItemInfo.InsertRows

<< Click to display table of contents >>

TRVTableItemInfo.InsertRows

Inserts Count rows at the position specified by Index.

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

Parameters:

Index index of the row to insert before (or RowCount to insert after the last row).

Count number of rows to insert.

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

See also:

Table operations;

Undo note.

See also methods:

InsertCols;

InsertRowsAbove, InsertRowsBelow;

DeleteRows.