[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HyperLinkCellType

HyperLinkCellType Class

Represents the hyperlink cell.

Inheritance
HyperLinkCellType
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class HyperLinkCellType : BaseCellType
Public Class HyperLinkCellType
    Inherits BaseCellType

Constructors

Name Description
HyperLinkCellType()

Create a hyperlink cell type.

Properties

Name Description
ActiveOnClick

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

LinkColor

Gets or sets the color of the hyperlink.

LinkToolTip

Gets or sets the tooltip for the hyperlink.

Target

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

Text

Gets or sets the text string for the hyperlink.

VisitedLinkColor

Gets or sets the color of visited links.