TRVTableItemInfo.InsertRowsBelow

<< Click to display table of contents >>

TRVTableItemInfo.InsertRowsBelow

Inserts Count rows below the selected cells (or the cell being edited)

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

InsertRowsAbove;

InsertRows;

InsertColsLeft, InsertColsRight;

DeleteSelectedRows.