standard_width_inch property

standard_width_inch property

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

Definition:

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

See Also