remove_area method

remove_area

Remove all conditional formatting in the range.

def remove_area(self, start_row, start_column, total_rows, total_columns):
    ...
ParameterTypeDescription
start_rowintThe start row of the range.
start_columnintThe start column of the range.
total_rowsintThe number of rows of the range.
total_columnsintThe number of columns of the range.

See Also