get_cell_area方法

get_cell_area(self, index)

通过索引获取条件格式的单元格范围。

返回

条件格式的单元格区域


def get_cell_area(self, index):
    ...
范围类型描述
indexint条件格式的单元格范围的索引。

也可以看看