[]
Determines if a row or column belongs to any collapsed (closed) outline (range group).
bool IsCollapsed(int index, bool isRowGroup)
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 |