var instance = new GC.Spread.Sheets.CellTypes.HyperLink();
function HyperLink;
var instance = new GC.Spread.Sheets.CellTypes.HyperLink();
function HyperLink;
var cellType = new GC.Spread.Sheets.CellTypes.HyperLink(); cellType.linkColor("blue"); cellType.visitedLinkColor("#FF2235"); cellType.text("GrapeCity"); cellType.linkToolTip("Company Web Site"); activeSheet.getCell(1, 1).cellType(cellType).value("http://spread.grapecity.com/"); activeSheet.getCell(1, -1).height(30);
Object
GC.Spread.Sheets.CellTypes.HyperLink
Name | Description | |
---|---|---|
![]() | HyperLink Constructor | Represents the hyperlink cell. |
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. |
![]() | onClickAction | Gets or sets the callback of the hyperlink, If execute the function will represent the context for the callback. |
![]() | 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. |