Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IWordWrapSupport Interface / WordWrap Property


In This Topic
    WordWrap Property (IWordWrapSupport)
    In This Topic
    Gets or sets whether the cell type supports word wrap.
    Syntax
    'Declaration
     
    
    Property WordWrap As Boolean
    'Usage
     
    
    Dim instance As IWordWrapSupport
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    bool WordWrap {get; set;}
    See Also