style property

style property

Gets and sets the default style of the worksheet.

Definition:

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

See Also