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

参照

CommandNames タイプ