type property

type property

Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set “Value” to null.

Definition:

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

See Also