remove_area method
remove_area(self, start_row, start_column, total_rows, total_columns)
Remove all conditional formatting in the range.
def remove_area(self, start_row, start_column, total_rows, total_columns):
    ...
| Parameter | Type | Description | 
|---|---|---|
| start_row | int | The start row of the range. | 
| start_column | int | The start column of the range. | 
| total_rows | int | The number of rows of the range. | 
| total_columns | int | The number of columns of the range. | 
See Also
- module aspose.cells
- class ConditionalFormattingCollection