Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / WordWrap Property


In This Topic
WordWrap Property (ColumnHeaderRenderer)
In This Topic
Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
See Also