[]
Sets whether the row on this sheet can be expanded to show the child view in the hierarchical display.
public void SetRowExpandable(int row, bool expandable)
Public Sub SetRowExpandable(row As Integer, expandable As Boolean)
Type | Name | Description |
---|---|---|
int | row | Row index |
bool | expandable | True if the row can be expanded; false otherwise |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row is out of range; must be between 0 and the number of rows |