[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellReference.CompareTo

CompareTo Method

CompareTo(CellReference)

Compares the current CellReference with another CellReference.

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

A CellReference to compare with this CellReference.

Returns
Type Description
int

A value that indicates the relative order of the CellReference 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