PivotTable Constructor (String, String, IPivotData, IComparerValueKey, IComparerValueKey)

NReco.PivotData Class Library Documentation
Initializes a new instance of PivotTable instance by specified PivotData

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

public PivotTable(
	string[] rows,
	string[] columns,
	IPivotData pvtData,
	IComparer<ValueKey> rowKeysComparer,
	IComparer<ValueKey> colKeysComparer
)

Parameters

rows
Type: SystemString
list of dimensions for determining table rows
columns
Type: SystemString
list of dimensions for determining table columns
pvtData
Type: NReco.PivotDataIPivotData
multidimensional dataset used for pivot table calculation
rowKeysComparer
Type: System.Collections.GenericIComparerValueKey
custom table row keys comparer (if null NaturalSortKeyComparer is used)
colKeysComparer
Type: System.Collections.GenericIComparerValueKey
custom table row keys comparer (if null NaturalSortKeyComparer is used)
See Also

Reference