Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ExpandRow Method
Index of parent row to expand or collapse
True to expand and show the child sheet; false to collapse and hide the child sheet


In This Topic
    ExpandRow Method (SpreadView)
    In This Topic
    Expands or collapses the specified parent row, which shows or hides the child view in a hierarchical display.
    Syntax
    'Declaration
     
    
    Public Sub ExpandRow( _
       ByVal row As Integer, _
       ByVal expand As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim row As Integer
    Dim expand As Boolean
     
    instance.ExpandRow(row, expand)
    public void ExpandRow( 
       int row,
       bool expand
    )

    Parameters

    row
    Index of parent row to expand or collapse
    expand
    True to expand and show the child sheet; false to collapse and hide the child sheet
    See Also