is_3_color_scale property

is_3_color_scale property

Indicates whether conditional formatting is 3 color scale.

Definition:

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

See Also