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

参照

CommandNames タイプ