Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HyperLinkClickedEventArgs Class / View Property


In This Topic
View Property (HyperLinkClickedEventArgs)
In This Topic
Gets the view that contains the cell with the editor that raised the event.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As HyperLinkClickedEventArgs
Dim value As SpreadView
 
value = instance.View
See Also