ComponentOne True DBGrid for WinForms
ExpandGroupRow(Int32,Boolean) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > ExpandGroupRow Method : ExpandGroupRow(Int32,Boolean) Method
The row to expand.
True to expand subrows.
Expands the given row in GroupBy DataView and optionally exapands the subrows.
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

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List