True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExpandGroupRow Method / ExpandGroupRow(Int32) Method
The row to expand.

In This Topic
    ExpandGroupRow(Int32) Method
    In This Topic
    Expands the given row in GroupBy DataView.
    Syntax
    'Declaration
     
    Public Overloads Sub ExpandGroupRow( _
       ByVal row As System.Integer _
    ) 
    public void ExpandGroupRow( 
       System.int row
    )

    Parameters

    row
    The row to expand.
    Remarks

    Expanding/collapsing a row in a GroupBy grid expands/collapses the row in all splits.

    See Also