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: SystemString
list of axes determined by dimensions - pvtData
- Type: NReco.PivotDataIPivotData
- axesComparers
- Type: System.Collections.GenericIComparerValueKey
list of custom comparers for sorting axes keys
See Also