standard_width_pixels property

standard_width_pixels property

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

Definition:

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

See Also