get_cell_area方法
get_cell_area(self, index)
通过索引获取条件格式的单元格范围。
返回
条件格式的单元格区域
def get_cell_area(self, index):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 条件格式的单元格范围的索引。 |
通过索引获取条件格式的单元格范围。
条件格式的单元格区域
def get_cell_area(self, index):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 条件格式的单元格范围的索引。 |