'Declaration Public Overloads Sub Expand( _ ByVal index As Integer, _ ByVal level As Integer, _ ByVal expand As Boolean _ )
'Usage Dim instance As RangeGroup Dim index As Integer Dim level As Integer Dim expand As Boolean instance.Expand(index, level, expand)
Parameters
- index
- The summary row or column index of the outline to expand or collapse.
- level
- The level of the outline to expand or collapse.
- expand
- Whether to expand the group.