auto_fit_rows property

auto_fit_rows property

The rows are autofitted when converting.

Definition:

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

See Also