var value; // Type: InsertPivotTable value = GC.Spread.Sheets.Designer.CommandNames.InsertPivotTable;
var 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);