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