[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HyperLinkCellType

Class HyperLinkCellType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the hyperlink cell.

public class HyperLinkCellType : BaseCellType
Inheritance
HyperLinkCellType
Inherited Members

Constructors

HyperLinkCellType()

Create a hyperlink cell type.

public HyperLinkCellType()

Properties

ActiveOnClick

Gets or sets whether to move to the active cell when clicked.

public bool ActiveOnClick { get; set; }

Property Value

bool

LinkColor

Gets or sets the color of the hyperlink.

public string LinkColor { get; set; }

Property Value

string

LinkToolTip

Gets or sets the tooltip for the hyperlink.

public string LinkToolTip { get; set; }

Property Value

string

Target

Gets or sets the type for the hyperlink's target.

public HyperLinkTargetType Target { get; set; }

Property Value

HyperLinkTargetType

Text

Gets or sets the text string for the hyperlink.

public string Text { get; set; }

Property Value

string

VisitedLinkColor

Gets or sets the color of visited links.

public string VisitedLinkColor { get; set; }

Property Value

string