[]
Compares the current CellReference with another CellReference.
public int CompareTo(CellReference other)
Public Function CompareTo(other As CellReference) As Integer
Type | Name | Description |
---|---|---|
CellReference | other | A CellReference to compare with this CellReference. |
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. |