Spread Windows Forms 12.0 Product Documentation
GetGroupLevels Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : GetGroupLevels Method
Whether the outline (range group) is of rows
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)
public int GetGroupLevels( 
   bool isRowGroup
)

Parameters

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

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members