is_cell_auto_fit property

is_cell_auto_fit property

Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false.

Remarks

NOTE: This member is now obsolete. Instead, this property is not used, please remove this property.. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also