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

参照

CommandNames タイプ