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

In This Topic
    ExpandHierarchicalRow Method (View)
    In This Topic
    Expands 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 ExpandHierarchicalRow( _
       ByVal band As System.Integer, _
       ByVal row As System.Integer _
    ) 
    public virtual void ExpandHierarchicalRow( 
       System.int band,
       System.int row
    )

    Parameters

    band
    The band to expand.
    row
    The row to expand.
    See Also