JAVA/CORBA-KLASSEN


removeRow method
Beispiel

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

Beispiel
Siehe auch