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

参照

CommandNames タイプ