[]
        
Gets whether the row on this sheet displays a child view in a 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 | true if the row on this sheet displays a child view; false otherwise  | 
    
| Type | Condition | 
|---|---|
| ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows  |