表から行を削除します。
public void removeRow()
throws NotesException
public void removeRow(int count)
throws NotesException
public void removeRow(int count, int targetrow)
throws NotesException
int count
削除する行の数。デフォルトは 1 です。
int targetrow
削除操作の開始行 (1 が先頭行)。 デフォルトでは最後の行に設定されます。