add Methode

add(cficon)

Fügt das Objekt ConditionalFormattingIcon hinzu.

def add(self, cficon):
    ...
ParameterTypBeschreibung
cficonConditionalFormattingIconGibt den Index des neuen Objekts in der Liste zurück.

add(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):
    ...
ParameterTypBeschreibung
typeIconSetTypeDer Werttyp.
indexintDer Index.

Siehe auch