Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableRangeChangedEventArgs Class / Type Property


In This Topic
Type Property (TableRangeChangedEventArgs)
In This Topic
Gets the table changed type.
Syntax
'Declaration
 
Public ReadOnly Property Type As TableChangeEventType
 
'Usage
 
Dim instance As TableRangeChangedEventArgs
Dim value As TableChangeEventType
 
value = instance.Type
See Also