FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / ExpandRangeGroup Method
Outline (range group) to expand or collapse
Whether the action is to expand the outline


In This Topic
ExpandRangeGroup Method (Rows)
In This Topic
Expands or collapses a specified outline (range group) of rows.
Syntax
'Declaration
 
Public Sub ExpandRangeGroup( _
   ByVal group As RangeGroupInfo, _
   ByVal expand As Boolean _
) 
 
'Usage
 
Dim instance As Rows
Dim group As RangeGroupInfo
Dim expand As Boolean
 
instance.ExpandRangeGroup(group, expand)

Parameters

group
Outline (range group) to expand or collapse
expand
Whether the action is to expand the outline
See Also