[]
Represents the hyperlink cell.
public class HyperLinkCellType : BaseCellType
Create a hyperlink cell type.
public HyperLinkCellType()
Gets or sets whether to move to the active cell when clicked.
public bool ActiveOnClick { get; set; }
Gets or sets the color of the hyperlink.
public string LinkColor { get; set; }
Gets or sets the tooltip for the hyperlink.
public string LinkToolTip { get; set; }
Gets or sets the type for the hyperlink's target.
public HyperLinkTargetType Target { get; set; }
Gets or sets the text string for the hyperlink.
public string Text { get; set; }
Gets or sets the color of visited links.
public string VisitedLinkColor { get; set; }