line_style property

line_style property

Gets or sets the cell border type.

Definition:

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

See Also