Excel for WinRT
WordWrap Property


Gets or sets whether this XLStyle causes cell contents to wrap.
Syntax
'Declaration
 
Public Property WordWrap As System.Boolean
'Usage
 
Dim instance As XLStyle
Dim value As System.Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
public System.bool WordWrap {get; set;}
Remarks
Cells that do not wrap will spill onto adjacent cells and will be kept on a single line even if they contain line-break characters.
See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback