Spread Windows Forms 12.0 Product Documentation
WordWrap Property (SubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemInfo Class : WordWrap Property
Gets or sets a bool value that indicates whether the SubItemInfo object can wrap by word.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
'Usage
 
Dim instance As SubItemInfo
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
public bool WordWrap {get; set;}

Property Value

true if the SubItemInfo object can wrap; otherwise,false.
See Also

Reference

SubItemInfo Class
SubItemInfo Members