Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Expandable Property


In This Topic
    Expandable Property
    In This Topic
    Gets or sets whether the rows are expandable.
    Syntax
    'Declaration
     
    
    Public Overridable Property Expandable As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.Expandable = value
     
    value = instance.Expandable
    public virtual bool Expandable {get; set;}
    See Also