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


LinkAreas Property (HyperLinkCellType)
Gets or sets the area of the text that is the hyperlink.
Syntax
'Declaration
 
Public Property LinkAreas As LinkArea()
 
'Usage
 
Dim instance As HyperLinkCellType
Dim value() As LinkArea
 
instance.LinkAreas = value
 
value = instance.LinkAreas
Exceptions
ExceptionDescription
Specified start is invalid; must be positive
Specified length is invalid; must be positive
Specified length is invalid; must be less than or equal to the length of the entire text
See Also