[]
Expands the given row in GroupBy DataView.
public void ExpandGroupRow(int row)
Public Sub ExpandGroupRow(row As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row to expand. |
Expanding/collapsing a row in a GroupBy grid expands/collapses the row in all splits.
Expands the given row in GroupBy DataView and optionally exapands the subrows for all splits.
public void ExpandGroupRow(int row, bool expandSubRows)
Public Sub ExpandGroupRow(row As Integer, expandSubRows As Boolean)
| Type | Name | Description |
|---|---|---|
| int | row | The row to expand. |
| bool | expandSubRows | True to expand subrows. |