cell_bottom_border_color property

cell_bottom_border_color property

Gets or sets the color of the cell bottom border.

Definition:

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

See Also