type Eigentum

type Eigentum

Rufen Sie den Wert type dieses bedingten Formatierungswertobjekts ab oder legen Sie ihn fest. Festlegen von type auf FormatConditionValueType.Min oder FormatConditionValueType.Max setzt “Value” automatisch auf null.

Definition:

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

Siehe auch