FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HyperLinkClickedEventArgs Class / Link Property


In This Topic
Link Property (HyperLinkClickedEventArgs)
In This Topic
Gets or sets the link.
Syntax
'Declaration
 
Public Property Link As String
 
'Usage
 
Dim instance As HyperLinkClickedEventArgs
Dim value As String
 
instance.Link = value
 
value = instance.Link
See Also