remove_area method

remove_area

Removes conditional formatted cell range by index.

def remove_area(self, index):
    ...
ParameterTypeDescription
indexintThe index of the conditional formatted cell range to be removed.

remove_area

Remove conditional formatting int the range.

Returns

Returns TRUE, this FormatCondtionCollection should be removed.

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

See Also