Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipFetchEventArgs Class / WrapText Property


In This Topic
    WrapText Property (TextTipFetchEventArgs)
    In This Topic
    Gets or sets whether the text tip or cell note should wrap for multiple lines.
    Syntax
    'Declaration
     
    
    Public Property WrapText As Boolean
    'Usage
     
    
    Dim instance As TextTipFetchEventArgs
    Dim value As Boolean
     
    instance.WrapText = value
     
    value = instance.WrapText
    public bool WrapText {get; set;}
    See Also