Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / GetGroupLevels Method
Whether the outline (range group) is of rows


In This Topic
GetGroupLevels Method (DefaultRangeGroupModel)
In This Topic
Gets the level of an outline (range group) of rows or columns.
Syntax
'Declaration
 
Public Function GetGroupLevels( _
   ByVal isRowGroup As Boolean _
) As Integer
 
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim isRowGroup As Boolean
Dim value As Integer
 
value = instance.GetGroupLevels(isRowGroup)

Parameters

isRowGroup
Whether the outline (range group) is of rows
See Also