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

参照

CommandNames タイプ