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


LinkArea Property (HyperLinkCellType)
Gets or sets the area of the text that is the hyperlink.
Syntax
'Declaration
 
Public Property LinkArea As LinkArea
 
'Usage
 
Dim instance As HyperLinkCellType
Dim value As LinkArea
 
instance.LinkArea = value
 
value = instance.LinkArea
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