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


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