Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / LinkAreas Property


In This Topic
    LinkAreas Property (HyperLinkCellType)
    In This Topic
    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
    public LinkArea[] LinkAreas {get; set;}
    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