addRow (NotesRichTextTable - JavaScript)
Adds rows to a table.
Defined in
NotesRichTextTableSyntax
addRow() : voidaddRow(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. |
Language cross-reference
AddRow method in NotesRichTextTable class
EditTableInsertRowColumn @command in formula language