Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRangeGroupLevels Method
Whether the outline is a group of rows


In This Topic
GetRangeGroupLevels Method (SheetView)
In This Topic
Gets the number of levels of rows or columns in the outline (range group).
Syntax
'Declaration
 
Public Function GetRangeGroupLevels( _
   ByVal isRowGroup As Boolean _
) As Integer
 
'Usage
 
Dim instance As SheetView
Dim isRowGroup As Boolean
Dim value As Integer
 
value = instance.GetRangeGroupLevels(isRowGroup)

Parameters

isRowGroup
Whether the outline is a group of rows
See Also