'Declaration Public Overloads Sub Expand( _ ByVal groupInfo As RangeGroupInfo, _ ByVal expand As Boolean _ )
'Usage Dim instance As RangeGroup Dim groupInfo As RangeGroupInfo Dim expand As Boolean instance.Expand(groupInfo, expand)
public void Expand( RangeGroupInfo groupInfo, bool expand )
Parameters
- groupInfo
- The group information of the range group.
- expand
- Whether to expand the group.