Version

SortComparer Property (IGroupByEvaluator)

The comparer to use for sorting the records.
Syntax
'Declaration
 
ReadOnly Property SortComparer As IComparer
IComparer SortComparer {get;}

Property Value

Returns an object that implements IComparer or null to use the default sort comparer.
Remarks
The implementor should return null from this property to use the default comparer.

Note:Cell objects are passed into the Compare method instead of values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also