AutoFitterOptions.AutoFitMergedCells

AutoFitterOptions.AutoFitMergedCells property

Indicates whether auto fit row height when the cells is merged in a row. The default value is false.

[Obsolete("Use AutoFitterOptions.AutoFitMergedCellsType property, instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AutoFitMergedCells { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use AutoFitterOptions.AutoFitMergedCellsType property, instead. This property will be removed 12 months later since December 2018. Aspose apologizes for any inconvenience you may have experienced.

See Also