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

参照

CommandNames タイプ