ComponentOne True DBGrid for WinForms
ExpandGroupRow(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > ExpandGroupRow Method : ExpandGroupRow(Int32) Method
The row to expand.
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 also expands/collapses the row in a split that shares the same vertical scroll group.

See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List