compare_to方法

compare_to(self, obj)

根据左上角比较两个 CellArea 对象。

返回

如果两个角位于不同的行,则比较它们的行索引。否则比较它们的列索引。 如果两个角相同,则返回 0。


def compare_to(self, obj):
    ...
范围类型描述
objany

也可以看看