[]
Determines if a row or column belongs to any closed outline (range group).
public bool IsCollapsed(int index, bool isRowGroup)
Public Function IsCollapsed(index As Integer, isRowGroup As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| bool | isRowGroup | Whether the outline (range group) is of rows |
| Type | Description |
|---|---|
| bool | Boolean: true if the row or column belongs to a closed range group; otherwise, false |