Spread Windows Forms 12.0 Product Documentation
AddRangeGroup Method (Rows)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Rows Class : AddRangeGroup Method
Starting row index
Number of rows to group
Groups all the rows from the specified start index by the specified amount to an outline (range group).
Syntax
'Declaration
 
Public Sub AddRangeGroup( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As Rows
Dim row As Integer
Dim count As Integer
 
instance.AddRangeGroup(row, count)
public void AddRangeGroup( 
   int row,
   int count
)

Parameters

row
Starting row index
count
Number of rows to group
See Also

Reference

Rows Class
Rows Members