DifferencePivotTable Constructor (IPivotTable, FuncPivotTableValueContext, IAggregator, Int32)

NReco.PivotData Class Library Documentation
Initializes a new instance of DifferencePivotTable instance by specified IPivotTable, custom "from" value provider and measure index.

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

public DifferencePivotTable(
	IPivotTable pivotTable,
	Func<PivotTableValueContext, IAggregator> getFromValue,
	int measureIndex
)

Parameters

pivotTable
Type: NReco.PivotDataIPivotTable
getFromValue
Type: SystemFuncPivotTableValueContext, IAggregator
measureIndex
Type: SystemInt32
See Also

Reference