cell_border_width property

cell_border_width property

Gets or sets the width of the cell border.

Definition:

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

See Also