[]
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 | Condition |
---|---|
ArgumentOutOfRangeException | Specified row is out of range; must be between 0 and the number of rows |