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

参照

CommandNames タイプ