FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns Class / AddRangeGroup Method
Starting column index
Number of columns to group


In This Topic
AddRangeGroup Method (Columns)
In This Topic
Groups all the columns from the specified start index by the specified amount to an outline (range group).
Syntax
'Declaration
 
Public Sub AddRangeGroup( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As Columns
Dim column As Integer
Dim count As Integer
 
instance.AddRangeGroup(column, count)

Parameters

column
Starting column index
count
Number of columns to group
See Also