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

参照

CommandNames タイプ