GrapeCity.Wpf.SpreadSheet Namespace / EnterCellEventArgs Class / Source Property


In This Topic
Source Property (EnterCellEventArgs)
In This Topic
Syntax
'Declaration
 
Public Property Source As Object
 
'Usage
 
Dim instance As EnterCellEventArgs
Dim value As Object
 
instance.Source = value
 
value = instance.Source
See Also