Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortInfo Class / Comparer Property


In This Topic
Comparer Property (SortInfo)
In This Topic
Gets or sets the IComparer object for the method of comparison.
Syntax
'Declaration
 
Public Overridable Property Comparer As IComparer
 
'Usage
 
Dim instance As SortInfo
Dim value As IComparer
 
instance.Comparer = value
 
value = instance.Comparer
See Also