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


In This Topic
    LinkArea Property (HyperLinkCellType)
    In This Topic
    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
    public LinkArea LinkArea {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