compare_to method

compare_to

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

Returns

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.

def compare_to(self, obj):
    ...
ParameterTypeDescription
objany

See Also