Contents
- Index
- Previous
- Next
TableInsertRow method
Declaration
function TableInsertRow: Boolean;
Description
Inserts a new row above the current row in a table.
The selection or insertion point must be within a row in a table. If nothing is selected, the current row is the one in which the insertion point appears.
The new row will contain the same number of cells as the previous row, with the same COLSPAN attributes, cell attributes, and styles.
Returns True on success. Returns False if the selection or insertion point is not inside a row in a table.