[]
Gets whether the row on this sheet can be expanded to show a child view in a 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 index is out of range; must be between 0 and the total number of rows |