JAVA/CORBA CLASSES


addRow method
Example

Adds rows to a table.

Defined in

RichTextTable

Syntax

public void addRow()
   throws NotesException

public void addRow(int count)
   throws NotesException

public void addRow(int count, int targetrow)
   throws NotesException

Parameters

int count


int targetrow
Language cross-reference

AddRow method in NotesRichTextTable class

EditTableInsertRowColumn @command in formula language

Example
See Also