Initializes a new instance of PercentagePivotTable instance by specified IPivotTable and percentage mode.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public PercentagePivotTable( IPivotTable pivotTable, PercentagePivotTablePercentageMode percentageMode )
Parameters
- pivotTable
- Type: NReco.PivotDataIPivotTable
- percentageMode
- Type: NReco.PivotDataPercentagePivotTablePercentageMode
See Also