CellArea.CompareTo

CellArea.CompareTo method

Compare two CellArea objects according to their top-left corner.

public int CompareTo(object obj)
ParameterTypeDescription
objObject

Return Value

If two corners are in different rows, then compare their row index. Otherwise compare their column index. If two corners are same, then 0 will be returned.

See Also