PivotTableMDGetSortValue Method

NReco.PivotData Class Library Documentation
Returns sortable value from specified IAggregator instance

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

protected virtual Object GetSortValue(
	IAggregator aggr
)

Parameters

aggr
Type: NReco.PivotDataIAggregator
aggregator

Return Value

Type: Object
value used by SortAxisKeys(Int32, NullableInt32, ListSortDirection) for sorting
See Also

Reference