FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / WordWrap Property


In This Topic
WordWrap Property (EditBaseCellType)
In This Topic
Gets or sets whether text that is too long to fit in the cell wraps to additional lines.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
'Usage
 
Dim instance As EditBaseCellType
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
See Also