color property

color property

Gets or sets the border’s color of data bars specified by a conditional formatting rule.

Definition:

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

See Also