'Usage Dim instance As RangeGroup Dim index As Integer Dim value As Boolean value = instance.IsCollapsed(index)
Parameters
- index
- The index of the row or column in the range group.
Return Value
true
if the specified row or column is collapsed; otherwise, false
.