add method
add(self, cficon)
Adds ConditionalFormattingIcon object.
def add(self, cficon):
...
| Parameter | Type | Description |
|---|---|---|
| cficon | aspose.cells.ConditionalFormattingIcon | Returns the index of new object in the list. |
Remarks
NOTE: This member is now obsolete. Instead, please use Add(IconSetType, int) method. This method will be removed 6 months later since December 2025. Aspose apologizes for any inconvenience you may have experienced.
add(self, type, index)
Adds ConditionalFormattingIcon object.
Returns
Returns the index of new object in the list.
def add(self, type, index):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.IconSetType | The value type. |
| index | int | The Index. |
See Also
- module
aspose.cells - class
ConditionalFormattingIcon - class
ConditionalFormattingIconCollection