standard_height_pixels property

standard_height_pixels property

Gets or sets the default row height in this worksheet, in unit of pixels.

Definition:

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

See Also