add method
add(self, type, value)
Adds ConditionalFormattingValue object.
Returns
Returns the index of new object in the list.
def add(self, type, value):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.FormatConditionValueType | The value type. |
| value | System.String | The value. |
See Also
- module
aspose.cells - class
ConditionalFormattingValue - class
ConditionalFormattingValueCollection