AddRow (NotesRichTextTable - LotusScript®)
Adds rows to a table.
Defined in
Syntax
Call notesRichTextTable .AddRow( [count%] [, targetrow%] )
Parameters
count%
Integer. Optional. Number of rows to add. Defaults to 1.
targetrow%
Integer. Optional. 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.