removeRow (RichTextTable - Java™)

表から行を削除します。

定義位置

RichTextTable

構文

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

クロスリファレンス

NotesRichTextTable クラスの RemoveRow メソッド

式言語の EditTableDeleteRowColumn @コマンド