AddRow (NotesRichTextTable - LotusScript®)

Adds rows to a table.

Defined in

NotesRichTextTable

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.

Language cross-reference

EditTableInsertRowColumn @command in formula language

addRow method in Java™ RichTextTable class

Example


Additional Documentation | Trademarks |