ConditionalFormatCollection
General
ConditionalFormatCollection és una classe en Aspose.Cells per a Python.
Representa una col·lecció de formats condicionals per a una fitxa.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Returns the number of conditional formats in the collection |
Mètodes
| 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. |