ConditionalFormatCollection
Overview
ConditionalFormatCollection is a class in Aspose.Cells FOSS for Python.
Represents a collection of conditional formats for a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the number of conditional formats in the collection. |
Methods
| Signature | Description |
|---|---|
__init__() | Initializes a new instance of ConditionalFormatCollection class. |
add() | Adds a new conditional format to the collection. |
get_by_index(index) | Gets a conditional format by its index. |
get_by_range(range_str) | Gets a conditional format by its range. |
remove(cf) | Removes a conditional format from the collection. |
clear() | Clears all conditional formats from the collection. |