Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / Multiline Property
Example


In This Topic
    Multiline Property (TextCellType)
    In This Topic
    Gets or sets whether the cell allows multiple lines of text.
    Syntax
    'Declaration
     
    
    Public Overridable Property Multiline As Boolean
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As Boolean
     
    instance.Multiline = value
     
    value = instance.Multiline
    public virtual bool Multiline {get; set;}

    Property Value

    true if multiple lines are allowed; false otherwise
    Example
    This example allows multiple lines in a text cell.
    See Also