Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / Links Property


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