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


In This Topic
    Link Property (HyperLinkCellType)
    In This Topic
    Gets or sets the hyperlink.
    Syntax
    'Declaration
     
    
    Public Property Link As String
    'Usage
     
    
    Dim instance As HyperLinkCellType
    Dim value As String
     
    instance.Link = value
     
    value = instance.Link
    public string Link {get; set;}
    See Also