PivotTableFactoryGetDimensionComparer Method

NReco.PivotData Class Library Documentation
Resolves comparer for the keys of the specified dimension.

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

protected virtual IComparer<Object> GetDimensionComparer(
	string dimension
)

Parameters

dimension
Type: SystemString
dimension name

Return Value

Type: IComparerObject
a comparer for the specified dimension
See Also

Reference