ConditionalFormatCollection
Vue de l’ensemble
‘ConditionalFormatCollection’ est une classe dans Aspose.Cells FOSS pour Python.
Il représente une collection de formats conditionnels pour un feuille de travail.
Cette classe fournit 6 méthodes pour travailler avec les objets de Formation Conditionnelle dans les programmes Python. Les méthodologies disponibles comprennent: __init__, add , ‘clear;get_by_index; get_ by_rangeetremove. Tous les membres publics sont accessibles à n'importe quelle application Pythone après l'installation de l’Aspose.Cells FOSS pour le package Pyathon. Propriétés : count` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the number of conditional formats in the collection. |
méthodes
| 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. |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference