Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfoEventArgs Class / Type Property


In This Topic
    Type Property (RangeGroupInfoEventArgs)
    In This Topic
    Gets the event type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As RangeGroupInfoEventType
    'Usage
     
    
    Dim instance As RangeGroupInfoEventArgs
    Dim value As RangeGroupInfoEventType
     
    value = instance.Type
    public RangeGroupInfoEventType Type {get;}
    See Also