GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultSubItem Class / WordWrap Property


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

Property Value

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