Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetOptionsView.CellAutoHeight Property

Specifies if the cell object‘s height is automatically adjusted to display its entire content.

#Declaration

Delphi
property CellAutoHeight: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to True to allow each cell to adjust its height to display the cell content in its entirety. Otherwise, the cell object’s height is determined by its Row.Size property value or the Table View worksheet’s Options.DefaultRowHeight property value.

Note

Regardless of the CellAutoHeight property value, the height of a row is determined by the highest cell object hosted in it.

The default value of the CellAutoHeight property is True.

See Also