GcSpread.Sheets Namespace : HyperLinkCellType class |
var instance = new GcSpread.Sheets.HyperLinkCellType();
function HyperLinkCellType;
var cellType = new GcSpread.Sheets.HyperLinkCellType(); 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.getRow(1).height(30);
Object
GcSpread.Sheets.TextCellType
GcSpread.Sheets.HyperLinkCellType
Name | Description | |
---|---|---|
HyperLinkCellType Constructor | Represents the hyperlink cell. |
Name | Description | |
---|---|---|
typeName | (Inherited from GcSpread.Sheets.BaseCellType) |