Spread for ASP.NET 12 Product Documentation
ExpandAll Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ExpandAll Method
True to expand; false to collapse
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
See Also

Reference

SheetView Class
SheetView Members