Initializes a new instance of DifferencePivotTable instance by specified IPivotTable and difference mode.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public DifferencePivotTable( IPivotTable pivotTable, DifferencePivotTableDifferenceMode diffMode )
Parameters
- pivotTable
- Type: NReco.PivotDataIPivotTable
- diffMode
- Type: NReco.PivotDataDifferencePivotTableDifferenceMode
See Also