表に行を追加します。
public void addRow()
throws NotesException
public void addRow(int count)
throws NotesException
public void addRow(int count, int targetrow)
throws NotesException
int count
追加する行の数。 デフォルトは 1 です。
int targetrow
後ろに新規の行を追加する行。1 は先頭行、0 は先頭行の前を意味します。 デフォルトでは最後の行に設定されます。