LOTUSSCRIPT/COM/OLE CLASSES


AddRow method
Example

Adds rows to a table.

Defined in

NotesRichTextTable

Syntax

Call notesRichTextTable.AddRow( [count%] [, targetrow%] )

Parameters

count%


targetrow%
Language cross-reference

EditTableInsertRowColumn @command in formula language

addRow method in Java RichTextTable class

Example
See Also