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

参照

CommandNames タイプ