Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / WordWrap Property


In This Topic
WordWrap Property (ITextFrame)
In This Topic
Returns or sets text break lines within or past the boundaries of the shape.
Syntax
'Declaration
 
Property WordWrap As Boolean
 
'Usage
 
Dim instance As ITextFrame
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
See Also