SpreadJS製品ヘルプ
removeRow フィールド
GC.Spread.Sheets.TableSheet 名前空間 > BuiltInRowActions タイプ : removeRow フィールド
テーブルシートの組み込みの行アクションを表します。
シンタックス
var value; // Type: removeRow
value = GC.Spread.Sheets.TableSheet.BuiltInRowActions.removeRow;
var removeRow : removeRow;
使用例
let buildInRowActions = GC.Spread.Sheets.TableSheet.BuiltInRowActions;
let options = tableSheet.rowActionOptions();
tableSheet.rowActionOptions(options.concat([buildInRowActions.removeRow,buildInRowActions.saveRow,buildInRowActions.resetRow]));
関連トピック

参照

BuiltInRowActions タイプ