PercentagePivotTable Constructor (IPivotTable, FuncPivotTableValueContext, IAggregator, Int32)

NReco.PivotData Class Library Documentation
Initializes a new instance of the PercentagePivotTable class

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

public PercentagePivotTable(
	IPivotTable pivotTable,
	Func<PivotTableValueContext, IAggregator> getBaseValue,
	int measureIndex
)

Parameters

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

Reference