Spread Silverlight Documentation
Expand(RangeGroupInfo,Boolean) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > RangeGroup Class > Expand Method : Expand(RangeGroupInfo,Boolean) Method
The group information of the range group.
Whether to expand the group.
Expands or collapses the specified outline (range group) of rows or columns.
Syntax
'Declaration
 
Public Overloads Sub Expand( _
   ByVal groupInfo As RangeGroupInfo, _
   ByVal expand As System.Boolean _
) 
'Usage
 
Dim instance As RangeGroup
Dim groupInfo As RangeGroupInfo
Dim expand As System.Boolean
 
instance.Expand(groupInfo, expand)
public void Expand( 
   RangeGroupInfo groupInfo,
   System.bool expand
)

Parameters

groupInfo
The group information of the range group.
expand
Whether to expand the group.
See Also

Reference

RangeGroup Class
RangeGroup Members
Overload List