bg_color property

bg_color property

Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also