Spread Silverlight Documentation
Ungroup(Int32,Int32) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > RangeGroup Class > Ungroup Method : Ungroup(Int32,Int32) Method
The group starting index.
The number of rows or columns to remove.
Removes a range of rows or columns from the outline (range group) at the specified start index by a specified amount.
Syntax
'Declaration
 
Public Overloads Sub Ungroup( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As RangeGroup
Dim index As System.Integer
Dim count As System.Integer
 
instance.Ungroup(index, count)
public void Ungroup( 
   System.int index,
   System.int count
)

Parameters

index
The group starting index.
count
The number of rows or columns to remove.
See Also

Reference

RangeGroup Class
RangeGroup Members
Overload List