cell_fill_color property

cell_fill_color property

Gets or sets the color of the cell fill.

Definition:

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

See Also