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


In This Topic
    Type Property (SheetSpanModelChangingEventArgs)
    In This Topic
    Gets the type of event that is going to occur.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As SheetSpanModelChangingEventType
    'Usage
     
    
    Dim instance As SheetSpanModelChangingEventArgs
    Dim value As SheetSpanModelChangingEventType
     
    value = instance.Type
    public SheetSpanModelChangingEventType Type {get;}
    See Also