Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IMultilineSupport Interface / Multiline Property


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