Spread Windows Forms 12.0 Product Documentation
WordWrap Property (IWordWrapSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IWordWrapSupport Interface : WordWrap Property
Gets or sets whether the cell type supports word wrap.
Syntax
'Declaration
 
Property WordWrap As Boolean
'Usage
 
Dim instance As IWordWrapSupport
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
bool WordWrap {get; set;}

Property Value

Boolean value: true if word wrapping is set and false otherwise
See Also

Reference

IWordWrapSupport Interface
IWordWrapSupport Members