FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / LinkToolTips Property


In This Topic
LinkToolTips Property
In This Topic
Gets or sets tooltips for the hyperlinks.
Syntax
'Declaration
 
Public Property LinkToolTips As String()
 
'Usage
 
Dim instance As HyperLinkCellType
Dim value() As String
 
instance.LinkToolTips = value
 
value = instance.LinkToolTips
See Also