cell_content_color property

cell_content_color property

Gets or sets the color of the cell content.

Definition:

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

See Also