TdxSpreadSheetCellStyle.WordWrap Property
Specifies if a cell value wraps if it does not fit into the cell boundaries horizontally.
#Declaration
property WordWrap: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Options include:
Value | Description |
---|---|
False (default) | A value that does not fit into the cell boundaries visually overlaps one or more adjacent empty cells or is truncated at the left border of the first occupied cell. A spreadsheet control ignores all carriage return characters in a cell value. |
True | A cell breaks its value into multiple lines if:
|
Note
The Word
False when you set the Shrink
To property to True.Fit True when you call a cell’s Set
Text procedure to assign a text string with at least one carriage return character.
The WordWrap property’s default value is False.