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

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

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

public PivotTableMD(
	string[][] axes,
	IPivotData pvtData,
	IComparer<ValueKey>[] axesComparers
)

Parameters

axes
Type:System.String[][]
list of axes determined by dimensions
pvtData
Type: NReco.PivotData.IPivotData
axesComparers
Type:System.Collections.Generic.IComparer<ValueKey>[]
list of custom comparers for sorting axes keys
See Also

Reference