foreground_cells_color property

foreground_cells_color property

Gets and sets the foreground CellsColor object.

Definition:

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

See Also