Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItem Class / WordWrap Property


In This Topic
WordWrap Property (SubItem)
In This Topic
Gets or sets a bool value indicating whether the SubItem can word wrap or not.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
'Usage
 
Dim instance As SubItem
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap

Property Value

true if the SubItem can word wrap; Otherwise,false.
See Also