Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Expandable Property
Example


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;}
    Example
    This example uses the Expandable property.
    See Also