removeRow (NotesRichTextTable - JavaScript)

表から行を削除します。

定義場所

NotesRichTextTable

構文

removeRow() : void

removeRow(count:int) : void

removeRow(count:int, targetrow:int) : void

パラメータ 説明
int count 削除する行の数。デフォルトは 1 です。
int targetrow 削除操作の開始行 (1 が先頭行)。 デフォルトは最後の行です。

言語間の参照

NotesRichTextTable クラスの RemoveRow メソッド

式言語の EditTableDeleteRowColumn @コマンド