'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property WordWrap As System.Boolean
'Usage Dim instance As Cell Dim value As System.Boolean instance.WordWrap = value value = instance.WordWrap
[System.ComponentModel.DefaultValue()] public System.bool WordWrap {get; set;}
Property Value
true
if the content supports word wrap; otherwise, false
. The default value is false
.