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


In This Topic
WordWrap Property (DefaultSubItemInfo)
In This Topic
Gets or sets whether the content can be wrapped.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
'Usage
 
Dim instance As DefaultSubItemInfo
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap

Property Value

A bool value, true if the content can be wrapped; otherwise, false.
See Also