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


In This Topic
    GetRangeGroupInfo Method (IRangeGroupSupport)
    In This Topic
    Gets all the outlines (range groups) in a specified level.
    Syntax
    'Declaration
     
    
    Function GetRangeGroupInfo( _
       ByVal level As Integer, _
       ByVal isRowGroup As Boolean _
    ) As RangeGroupInfo()
    'Usage
     
    
    Dim instance As IRangeGroupSupport
    Dim level As Integer
    Dim isRowGroup As Boolean
    Dim value() As RangeGroupInfo
     
    value = instance.GetRangeGroupInfo(level, isRowGroup)
    RangeGroupInfo[] GetRangeGroupInfo( 
       int level,
       bool isRowGroup
    )

    Parameters

    level
    Level of outline (range group)
    isRowGroup
    Whether the outline (range group) is of rows

    Return Value

    Collection of outlines (range groups) in the level
    See Also