[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HyperLinkCellType.LinkToolTip

LinkToolTip Property

LinkToolTip

Gets or sets the tooltip for the hyperlink.

Declaration
public string LinkToolTip { get; set; }
Public Property LinkToolTip As String
Examples
HyperLinkCellType cellType = new HyperLinkCellType();
cellType.LinkToolTip = "Open the report link";
string tooltip = cellType.LinkToolTip;