remove_a_cell方法
remove_a_cell(self, row, column)
删除单元格上的所有验证设置。
def remove_a_cell(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 单元格的行索引。 |
| column | int | 单元格的列索引。 |
删除单元格上的所有验证设置。
def remove_a_cell(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 单元格的行索引。 |
| column | int | 单元格的列索引。 |