TdxSpreadSheetOptionsView.CellAutoHeight Property
In This Article
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 Cell
The default value of the CellAutoHeight property is True.
See Also