[]
Gets or sets the tooltip for the hyperlink.
public string LinkToolTip { get; set; }
Public Property LinkToolTip As String
HyperLinkCellType cellType = new HyperLinkCellType();
cellType.LinkToolTip = "Open the report link";
string tooltip = cellType.LinkToolTip;