Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfoEventArgs Class / Group Property


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