GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / WrapText Property


In This Topic
WrapText Property (IRange)
In This Topic
Gets or sets a value indicating whether Spread wraps the text in the object.
Syntax
'Declaration
 
Property WrapText As Boolean
 
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
instance.WrapText = value
 
value = instance.WrapText

Property Value

true if Spread wraps the text in the object; otherwise, false.
See Also