FarPoint.Win.Spread
LinkIndex Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > HyperLinkClickedEventArgs Class : LinkIndex Property


Gets or sets the index of the link clicked.

Syntax

Visual Basic (Declaration) 
Public Property LinkIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As HyperLinkClickedEventArgs
Dim value As Integer
 
instance.LinkIndex = value
 
value = instance.LinkIndex
C# 
public int LinkIndex {get; set;}

See Also