FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / WordWrap Property


In This Topic
WordWrap Property (IDateTimeCellType)
In This Topic
Gets or sets a value that indicates whether text is wrapped.
Syntax
'Declaration
 
Property WordWrap As Boolean
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
See Also