TRVTableItemInfo.InsertRowsAbove

<< Click to display table of contents >>

TRVTableItemInfo.InsertRowsAbove

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

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

▪InsertRowsBelow;

▪InsertRows;

▪InsertColsLeft, InsertColsRight;

▪DeleteSelectedRows.