PivotTableValuesComparer Property

NReco.PivotData Class Library Documentation
This comparer is used when table is ordered by values. Null by default (in this case default comparer is used).

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

public IComparer ValuesComparer { get; set; }

Property Value

Type: IComparer
See Also

Reference