removeRow (RichTextTable - Java)

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

Number of rows to remove. Defaults to 1.

int targetrow

Starting row in the remove operation, where 1 is the first row. Defaults to the last row.

Example