add method
add
Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting.
Returns
[0]:Formatting condition object index;[1] Effected cell rang index.
def add(self, cell_area, type, operator_type, formula1, formula2):
...
Parameter | Type | Description |
---|---|---|
cell_area | CellArea | Conditional formatted cell range. |
type | FormatConditionType | Type of conditional formatting.It could be one of the members of FormatConditionType. |
operator_type | OperatorType | Comparison operator.It could be one of the members of OperatorType. |
formula1 | str | The value or expression associated with conditional formatting. |
formula2 | str | The value or expression associated with conditional formatting |
See Also
- module
aspose.cells
- class
FormatConditionCollection