True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.BaseGrid Namespace / View Class / ExpandGroupRow Method
The row to expand.
True to expand subrows.

In This Topic
    ExpandGroupRow Method (View)
    In This Topic
    Expands the given row in GroupBY DataView grid for splits from the same vertical scroll group as this.
    Syntax
    'Declaration
     
    Public Overridable Sub ExpandGroupRow( _
       ByVal row As System.Integer, _
       Optional ByVal expandSubRows As System.Boolean _
    ) 
    public virtual void ExpandGroupRow( 
       System.int row,
       System.bool expandSubRows
    )

    Parameters

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