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

参照

CommandNames タイプ