cell_content_background_color property

cell_content_background_color property

Gets or sets the color of the сell content background.

Definition:

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

See Also