background_cells_color property

background_cells_color property

Gets and sets the foreground CellsColor object.

Definition:

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

See Also