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,
please use Worksheet.auto_fit_columns
and Worksheet.auto_fit_rows
.
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
- module
aspose.cells.rendering
- class
ImageOrPrintOptions