auto_fit_rows_height_on_load property

auto_fit_rows_height_on_load property

Indicates whether to autofit rows height when loading the file,the default value is false.

Definition:

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

See Also