SpreadJS製品ヘルプ
CellsFormatHideRows フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : CellsFormatHideRows フィールド
コマンド名CellsFormatHideRowsを取得します。
シンタックス
var value; // Type: CellsFormatHideRows
value = GC.Spread.Sheets.Designer.CommandNames.CellsFormatHideRows;
var CellsFormatHideRows : CellsFormatHideRows;
使用例
// 次のサンプルコードは、コマンド名でCellsFormatHideRowsを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.CellsFormatHideRows);
関連トピック

参照

CommandNames タイプ