FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / AddRangeGroup Method
Starting row index
Number of rows to group


In This Topic
AddRangeGroup Method (Rows)
In This Topic
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)

Parameters

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