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

In This Topic
    ExpandGroupRow(Int32,Boolean) Method
    In This Topic
    Expands the given row in GroupBy DataView and optionally exapands the subrows for all splits.
    Syntax
    'Declaration
     
    Public Overloads Sub ExpandGroupRow( _
       ByVal row As System.Integer, _
       ByVal expandSubRows As System.Boolean _
    ) 
    public void ExpandGroupRow( 
       System.int row,
       System.bool expandSubRows
    )

    Parameters

    row
    The row to expand.
    expandSubRows
    True to expand subrows.
    See Also