autofit_column_width_on_update property

autofit_column_width_on_update property

Indicates whether autofitting column width on update

Definition:

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

See Also