Spread Windows Forms 12.0 Product Documentation
WrapText Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : WrapText Property
Returns a value that indicates if Spread wraps the text of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property WrapText As Boolean
'Usage
 
Dim instance As DisplayFormat
Dim value As Boolean
 
value = instance.WrapText
public bool WrapText {get;}

Property Value

true if Spread wraps the text; otherwise, false.
See Also

Reference

DisplayFormat Class
DisplayFormat Members