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


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