[]
Gets whether the row is expanded in the hierarchical display.
public virtual bool IsRowExpanded(int row)
Public Overridable Function IsRowExpanded(row As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
bool |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row is out of range; must be between 0 and the number of rows |