addRow (RichTextTable - Java™)

表に行を追加します。

定義位置

RichTextTable

構文

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 は先頭行の前を意味します。 デフォルトでは最後の行に設定されます。

クロスリファレンス

NotesRichTextTable クラスの AddRow メソッド

式言語の EditTableInsertRowColumn @コマンド