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


In This Topic
LinkIndex Property
In This Topic
Gets or sets the index of the clicked link.
Syntax
'Declaration
 
Public Property LinkIndex As Integer
 
'Usage
 
Dim instance As HyperLinkClickedEventArgs
Dim value As Integer
 
instance.LinkIndex = value
 
value = instance.LinkIndex
See Also