Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRangeGroupInfo Method
Level for the associated range group
Whether the outline is a group of rows


In This Topic
    GetRangeGroupInfo Method (SheetView)
    In This Topic
    Gets range groups of rows or columns by level.
    Syntax
    'Declaration
     
    
    Public Function GetRangeGroupInfo( _
       ByVal level As Integer, _
       ByVal isRowGroup As Boolean _
    ) As RangeGroupInfo()
    'Usage
     
    
    Dim instance As SheetView
    Dim level As Integer
    Dim isRowGroup As Boolean
    Dim value() As RangeGroupInfo
     
    value = instance.GetRangeGroupInfo(level, isRowGroup)
    public RangeGroupInfo[] GetRangeGroupInfo( 
       int level,
       bool isRowGroup
    )

    Parameters

    level
    Level for the associated range group
    isRowGroup
    Whether the outline is a group of rows

    Return Value

    The collection of range groups with the specified level.
    See Also