standard_width property

standard_width property

Gets or sets the default column width in the worksheet, in unit of characters.

Definition:

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

See Also