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

参照

CommandNames タイプ