Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupModelEventArgs Class / GroupsToExpand Property


In This Topic
    GroupsToExpand Property
    In This Topic
    Gets the outline (range group) to expand (or collapse).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupsToExpand As RangeGroupInfo()
    'Usage
     
    
    Dim instance As RangeGroupModelEventArgs
    Dim value() As RangeGroupInfo
     
    value = instance.GroupsToExpand
    public RangeGroupInfo[] GroupsToExpand {get;}
    See Also