auto_fit_rows property

auto_fit_rows property

Autofits all rows when converting

Definition:

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

See Also