standard_height property

standard_height property

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

Definition:

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

See Also