[]
Compares the current RangeReference with another RangeReference.
public int CompareTo(RangeReference other)
Public Function CompareTo(other As RangeReference) As Integer
Type | Name | Description |
---|---|---|
RangeReference | other | A RangeReference to compare with this RangeReference. |
Type | Description |
---|---|
int | A value that indicates the relative order of the RangeReference values being compared. The return value has the following meanings: Less than zero: This object is less than the other parameter. Zero: This object is equal to other. Greater than zero: This object is greater than other. |