removeRow (NotesRichTextTable - JavaScript™)
Removes rows from a table.
Defined in
NotesRichTextTableSyntax
removeRow() : void
removeRow(count:int)
: void
removeRow(count:int, targetrow:int)
: void
Parameter | Description |
---|---|
int count |
Number of rows to remove. Defaults to 1. |
int targetrow |
Starting row in the remove operation, where 1 is the first row. Defaults to the last row. |