Class GridFormulaNamedRangesEditHelper.AlphaComparer
Custom IComparer object used alphabetize the ranges.
Inheritance
System.Object
GridFormulaNamedRangesEditHelper.AlphaComparer
Implements
System.Collections.IComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
protected class AlphaComparer : IComparer
Constructors
AlphaComparer()
Used internally.
Declaration
public AlphaComparer()
Methods
Compare(Object, Object)
Compares 2 items as strings.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | The first object to compare. |
System.Object | y | The second object to compare. |
Returns
Type | Description |
---|---|
System.Int32 | Value
Condition
Less than zero
|
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Neither |
Implements
System.Collections.IComparer