remove_area方法

remove_area(start_row, start_column, total_rows, total_columns)

删除范围内的所有条件格式。

def remove_area(self, start_row, start_column, total_rows, total_columns):
    ...
范围类型描述
start_rowint范围的起始行。
start_columnint范围的起始列。
total_rowsint范围的行数。
total_columnsint范围的列数。

也可以看看