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

参照

CommandNames タイプ