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

参照

CommandNames タイプ