Spread Silverlight Documentation
Comparer Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SortInfo Class : Comparer Property
Gets or sets the System.Collections.IComparer object for the method of comparison.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Comparer As System.Collections.IComparer
'Usage
 
Dim instance As SortInfo
Dim value As System.Collections.IComparer
 
instance.Comparer = value
 
value = instance.Comparer
[System.ComponentModel.DefaultValue()]
public System.Collections.IComparer Comparer {get; set;}

Property Value

An System.Collections.IComparer object for the method of comparison.
See Also

Reference

SortInfo Class
SortInfo Members