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

参照

CommandNames タイプ