standard_height_inch property

standard_height_inch property

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

Definition:

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

See Also