'Declaration Public Overridable Function IsWordWrapSet() As System.Boolean
'Usage Dim instance As StyleInfo Dim value As System.Boolean value = instance.IsWordWrapSet()
public virtual System.bool IsWordWrapSet()
Return Value
true
if the word wrap of the cell contents (WordWrap property) is set; otherwise, false
.