[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RangeReference.CompareTo

CompareTo Method

CompareTo(RangeReference)

Compares the current RangeReference with another RangeReference.

Declaration
public int CompareTo(RangeReference other)
Public Function CompareTo(other As RangeReference) As Integer
Parameters
Type Name Description
RangeReference other

A RangeReference to compare with this RangeReference.

Returns
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.

Implements