Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / GetGroupLevels Method
Whether the outline (range group) is of rows


In This Topic
    GetGroupLevels Method (IRangeGroupModel)
    In This Topic
    Gets the amount of the level of an outline (range group).
    Syntax
    'Declaration
     
    
    Function GetGroupLevels( _
       ByVal isRowGroup As Boolean _
    ) As Integer
    'Usage
     
    
    Dim instance As IRangeGroupModel
    Dim isRowGroup As Boolean
    Dim value As Integer
     
    value = instance.GetGroupLevels(isRowGroup)
    int GetGroupLevels( 
       bool isRowGroup
    )

    Parameters

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