Skip to main content
A newer version of this page is available. .

SpreadsheetCellOptions.AutoFitMergedCellRowHeight Property

Gets or sets a value indicating whether the row height can be automatically adjusted for cells merged across a row and containing wrapped text.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool AutoFitMergedCellRowHeight { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to automatically adjust the height of a row that has cells merged across; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoFitMergedCellRowHeight
WinForms Controls SpreadsheetControlOptions
.Cells.AutoFitMergedCellRowHeight
Office File API DocumentOptions
.Cells.AutoFitMergedCellRowHeight

Remarks

By default, when you merge a cell containing wrapped text with the other cells in a row, the resulting merged cell’s row height cannot be adjusted automatically to accommodate cell content. To avoid this behavior and enable the AutoFit functionality for rows that have cells merged across, set the AutoFitMergedCellRowHeight property to true.

See Also