'Declaration
Property WrapText As Boolean
'Usage
Dim instance As IStyle Dim value As Boolean instance.WrapText = value value = instance.WrapText
bool WrapText {get; set;}
Property Value
true
if the text is wrapped in the cell; otherwise, false
.'Declaration
Property WrapText As Boolean
'Usage
Dim instance As IStyle Dim value As Boolean instance.WrapText = value value = instance.WrapText
bool WrapText {get; set;}
true
if the text is wrapped in the cell; otherwise, false
.