'Declaration
Property WrapText As Boolean
'Usage
Dim instance As IRange Dim value As Boolean instance.WrapText = value value = instance.WrapText
bool WrapText {get; set;}
Property Value
true
if Spread wraps the text in the object; otherwise, false
.