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


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

    Parameters

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