Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / WordWrap2 Property


In This Topic
    WordWrap2 Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets whether the text that does not fit on one line wraps to multiple lines within the button.
    Syntax
    'Declaration
     
    
    Public Property WordWrap2 As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As Nullable(Of Boolean)
     
    instance.WordWrap2 = value
     
    value = instance.WordWrap2
    public Nullable<bool> WordWrap2 {get; set;}
    See Also