cell_borders property

cell_borders property

The Cell Borders

Definition:

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

See Also