PivotTable Constructor (String[],String[], IPivotData, IComparer<ValueKey>, IComparer<ValueKey>)

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:System.String[]
list of dimensions for determining table rows
columns
Type:System.String[]
list of dimensions for determining table columns
pvtData
Type: NReco.PivotData.IPivotData
multidimensional dataset used for pivot table calculation
rowKeysComparer
Type: System.Collections.Generic.IComparer<ValueKey>
custom table row keys comparer (if null NaturalSortKeyComparer is used)
colKeysComparer
Type: System.Collections.Generic.IComparer<ValueKey>
custom table row keys comparer (if null NaturalSortKeyComparer is used)
See Also

Reference