DifferencePivotTable Constructor (IPivotTable, DifferencePivotTable.DifferenceMode, Int32)

NReco.PivotData Class Library Documentation
Initializes a new instance of DifferencePivotTable instance by specified IPivotTable, difference mode and measure index.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public DifferencePivotTable(
	IPivotTable pivotTable,
	DifferencePivotTable.DifferenceMode diffMode,
	int measureIndex
)

Parameters

pivotTable
Type: NReco.PivotData.IPivotTable
diffMode
Type: NReco.PivotData.DifferencePivotTable.DifferenceMode
measureIndex
Type: System.Int32
See Also

Reference