type Eigentum

type Eigentum

Rufen Sie type dieses Wertobjekts für die bedingte Formatierung ab oder legen Sie es fest. Festlegen von type auf FormatConditionValueType.Min oder FormatConditionValueType.Max setzt „Wert“ automatisch auf Null.

Definition:

@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...

Siehe auch