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_row int 范围的起始行。
start_column int 范围的起始列。
total_rows int 范围的行数。
total_columns int 范围的列数。

也可以看看