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

参照

CommandNames タイプ