remove_a_cell方法

remove_a_cell(row, column)

删除单元格上的所有验证设置。

def remove_a_cell(self, row, column):
    ...
范围类型描述
rowint单元格的行索引。
columnint单元格的列索引。

也可以看看