Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SortInfo Class / Comparer Property


In This Topic
    Comparer Property
    In This Topic
    Gets or sets the System.Collections.IComparer object for the method of comparison.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Comparer As IComparer
    'Usage
     
    Dim instance As SortInfo
    Dim value As IComparer
     
    instance.Comparer = value
     
    value = instance.Comparer
    [DefaultValue("")]
    public IComparer Comparer {get; set;}

    Property Value

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