Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / SortComparer Property


In This Topic
    SortComparer Property (ListColumnInfo)
    In This Topic
    Gets or sets the comparer class for the sort function.
    Syntax
    'Declaration
     
    
    Public Property SortComparer As IComparer
    'Usage
     
    
    Dim instance As ListColumnInfo
    Dim value As IComparer
     
    instance.SortComparer = value
     
    value = instance.SortComparer
    public IComparer SortComparer {get; set;}

    Property Value

    An System.Collections.IComparer object that allows the user to implement their own sort algorithm.
    Remarks
    If value is a null reference (Nothing in Visual Basic), the built-in sort policy is used.
    See Also