WrapText Property (IRange)
Gets or sets a value indicating whether Spread wraps the text in the object.
bool WrapText {get; set;}
'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
.