auto_fit_cols_and_rows property

auto_fit_cols_and_rows property

Indicates whether auto-fit columns and rows. The default value is false.

Definition:

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

See Also