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

参照

CommandNames タイプ