Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RangeGroup Class
RangeGroup Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.