Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / WrapText Property


In This Topic
    WrapText Property (DisplayFormat)
    In This Topic
    Gets a value that indicates if Spread wraps the text of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WrapText As Boolean
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As Boolean
     
    value = instance.WrapText
    public bool WrapText {get;}

    Property Value

    true if Spread wraps the text; otherwise, false.
    See Also