cell_border_height property

cell_border_height property

Gets or sets the height of the cell border.

Definition:

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

See Also