ImageOrPrintOptions.IsCellAutoFit

ImageOrPrintOptions.IsCellAutoFit property

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

[Obsolete("Use Worksheet.AutoFitColumns(AutoFitterOptions) and Worksheet.AutoFitRows(AutoFitterOptions) instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsCellAutoFit { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use AutoFitColumns and AutoFitRows. This property will be removed 12 months later since August 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also