add Methode
add(self, cficon)
Fügt das Objekt ConditionalFormattingIcon
hinzu.
def add(self, cficon):
...
Parameter | Typ | Beschreibung |
---|---|---|
cficon | ConditionalFormattingIcon | Gibt den Index des neuen Objekts in der Liste zurück. |
add(self, type, index)
Fügt das Objekt ConditionalFormattingIcon
hinzu.
Kehrt zurück
Gibt den Index des neuen Objekts in der Liste zurück.
def add(self, type, index):
...
Parameter | Typ | Beschreibung |
---|---|---|
type | IconSetType | Der Werttyp. |
index | int | Der Index. |
Siehe auch
- Modul
aspose.cells
- Klasse
ConditionalFormattingIcon
- Klasse
ConditionalFormattingIconCollection