Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IWrapableRenderer Interface / AllowWrap Property


In This Topic
    AllowWrap Property (IWrapableRenderer)
    In This Topic
    Gets or sets whether the cell allows text to wrap to multiple lines. Wrapping only occurs on word breaks.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowWrap As Boolean
    'Usage
     
    
    Dim instance As IWrapableRenderer
    Dim value As Boolean
     
    value = instance.AllowWrap
    bool AllowWrap {get;}
    See Also