Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModelChangedEventArgs Class / Type Property


In This Topic
    Type Property (SheetSpanModelChangedEventArgs)
    In This Topic
    Gets the type of change event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As SheetSpanModelChangedEventAction
    'Usage
     
    Dim instance As SheetSpanModelChangedEventArgs
    Dim value As SheetSpanModelChangedEventAction
     
    value = instance.Type
    See Also