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

参照

CommandNames タイプ