[]
Gets whether the row on this sheet is expandable in the hierarchical display.
public virtual bool GetRowExpandable(int row)
Public Overridable Function GetRowExpandable(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 |