ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / WordWrap Property

In This Topic
    WordWrap Property
    In This Topic
    Gets or sets whether this XLStyle causes cell contents to wrap.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    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