'Declaration Public Overloads Sub ExpandGroupRow( _ ByVal row As System.Integer _ )
public void ExpandGroupRow( System.int row )
Parameters
- row
- The row to expand.
'Declaration Public Overloads Sub ExpandGroupRow( _ ByVal row As System.Integer _ )
public void ExpandGroupRow( System.int row )
Expanding/collapsing a row in a GroupBy grid also expands/collapses the row in a split that shares the same vertical scroll group.