Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupStateChangingEventArgs Class / RangeGroupInfo Property


In This Topic
    RangeGroupInfo Property (RangeGroupStateChangingEventArgs)
    In This Topic
    Gets the infomation about the outline (range group) whose state was changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RangeGroupInfo As RangeGroupInfo
    'Usage
     
    
    Dim instance As RangeGroupStateChangingEventArgs
    Dim value As RangeGroupInfo
     
    value = instance.RangeGroupInfo
    public RangeGroupInfo RangeGroupInfo {get;}
    See Also