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

参照

CommandNames タイプ