Expands or collapses an outline (range group) of rows or columns, by the specified level and index.
Syntax
'Declaration
Public Overloads Sub Expand( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal expand As System.Boolean _
)
'Usage
Dim instance As RangeGroup
Dim index As System.Integer
Dim level As System.Integer
Dim expand As System.Boolean
instance.Expand(index, level, expand)
public void Expand(
System.int ,
System.int ,
System.bool 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.
See Also