font_size property

font_size property

Gets/Sets the default standard font size for the workbook.

Definition:

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

See Also