Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelEventArgs Class / Type Property


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