Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / WrapText Property


In This Topic
WrapText Property (DisplayFormat)
In This Topic
Gets a value that indicates if Spread wraps the text of the associated DisplayFormat 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

Property Value

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