max_row_height property

max_row_height property

Gets and sets the max row height(in unit of Point) when autofitting rows.

Definition:

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

See Also