FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / GetRangeGroupInfo Method
Level of the associated outline (range group)


In This Topic
GetRangeGroupInfo Method (Rows)
In This Topic
Gets the outlines (range groups) by level.
Syntax
'Declaration
 
Public Function GetRangeGroupInfo( _
   ByVal level As Integer _
) As RangeGroupInfo()
 
'Usage
 
Dim instance As Rows
Dim level As Integer
Dim value() As RangeGroupInfo
 
value = instance.GetRangeGroupInfo(level)

Parameters

level
Level of the associated outline (range group)

Return Value

The collection of groups with the specified level.
See Also