Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ExpandAll Method
True to expand; false to collapse
Example


In This Topic
    ExpandAll Method
    In This Topic
    Expands or collapses all the levels of hierarchy
    Syntax
    'Declaration
     
    
    Public Sub ExpandAll( _
       ByVal expand As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim expand As Boolean
     
    instance.ExpandAll(expand)
    public void ExpandAll( 
       bool expand
    )

    Parameters

    expand
    True to expand; false to collapse
    Example
    This example uses the ExpandAll method.
    See Also