TdxSpreadSheetCustomTextBox.WordWrap Property
Specifies if the content is wrapped if it does not fit into the text box horizontally.
Declaration
property WordWrap: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If this property is set to True, the TextAsString property string value is wrapped if its length exceeds the text box’s width. Otherwise, the displayed string is cropped. If the AutoSize property is also set to True, the text box is expanded vertically to fit all wrapped text.
The default value of the WordWrap property is False.
See Also