[]
Expands or collapses the specified row in the hierarchical display.
public void ExpandRow(int row, bool expand)
Public Sub ExpandRow(row As Integer, expand As Boolean)
Type | Name | Description |
---|---|---|
int | row | Row index |
bool | expand | True to expand; false to collapse |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row is out of range; must be between 0 and the number of rows |