Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SortInfo Class / Comparer Property
Example


In This Topic
    Comparer Property
    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
    public virtual IComparer Comparer {get; set;}

    Property Value

    IComparer object containing the method for comparing
    Example
    This example sorts the columns using the sort array.
    See Also