Spread for ASP.NET 12 Product Documentation
ExpandRow Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ExpandRow Method
Row index
True to expand; false to collapse
Expands or collapses the specified row in the hierarchical display.
Syntax
'Declaration
 
Public Sub ExpandRow( _
   ByVal row As Integer, _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim expand As Boolean
 
instance.ExpandRow(row, expand)
public void ExpandRow( 
   int row,
   bool expand
)

Parameters

row
Row index
expand
True to expand; false to collapse
Exceptions
ExceptionDescription
Specified row is out of range; must be between 0 and the number of rows
See Also

Reference

SheetView Class
SheetView Members