HeatmapPivotTableCompare Method

NReco.PivotData Class Library Documentation
Compares 2 pivot table values to determine max and min.

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

protected virtual int Compare(
	Object a,
	Object b
)

Parameters

a
Type: SystemObject
b
Type: SystemObject

Return Value

Type: Int32
Remarks

By default "descending" order is used.
See Also

Reference