priority property
priority property
The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where ‘1’ is the highest priority.
Definition:
@property
def priority(self):
...
@priority.setter
def priority(self, value):
...
See Also
- module
aspose.cells
- class
FormatCondition