Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / WrapText Property


In This Topic
    WrapText Property (Alignment)
    In This Topic
    Gets or sets a value indicating whether the text is wrappable.
    Syntax
    'Declaration
     
    
    Public Property WrapText As Boolean
    'Usage
     
    
    Dim instance As Alignment
    Dim value As Boolean
     
    instance.WrapText = value
     
    value = instance.WrapText
    public bool WrapText {get; set;}

    Property Value

    true if the text is wrappable; otherwise, false.
    See Also