JAVA/CORBA CLASSES


removeRow method
Example

Removes rows from a table.

Defined in

RichTextTable

Syntax

public void removeRow()
   throws NotesException

public void removeRow(int count)
   throws NotesException

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

Parameters

int count


int targetrow
Language cross-reference

RemoveRow method in NotesRichTextTable class

EditTableDeleteRowColumn @command in formula language

Example
See Also