addRow (NotesRichTextTable - JavaScript™)
Adds rows to a table.
Defined in
NotesRichTextTableSyntax
addRow() : void
addRow(count:int)
: void
addRow(count:int, targetrow:int) :
void
Parameter | Description |
---|---|
int count |
Number of rows to add. Defaults to 1. |
int targetrow |
Row after which to add the new rows, where 1 is the first row and 0 means before the first row. Defaults to last row. |