TdxSpreadSheetOptionsView.CellAutoHeight Property
Specifies if the cell object‘s height is automatically adjusted to display its entire content.
Declaration
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