True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / View Class / CollapseHierarchicalRow Method
The row to collapse.
The row to collapse.

In This Topic
    CollapseHierarchicalRow Method (View)
    In This Topic
    Collapses the given band for given row in Hierarchical DataView grid for splits from the same vertical scroll group as this.
    Syntax
    'Declaration
     
    Public Overridable Sub CollapseHierarchicalRow( _
       ByVal band As System.Integer, _
       ByVal row As System.Integer _
    ) 
    public virtual void CollapseHierarchicalRow( 
       System.int band,
       System.int row
    )

    Parameters

    band
    The row to collapse.
    row
    The row to collapse.
    See Also