SpreadJS Documentation
HyperLinkCellType class
Represents the hyperlink cell.
Syntax
var instance = new GcSpread.Sheets.HyperLinkCellType();
function HyperLinkCellType;
Example
This example creates a new hyperlink cell.
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);
Inheritance Hierarchy

Object
   GcSpread.Sheets.TextCellType
      GcSpread.Sheets.HyperLinkCellType

Constructors
 NameDescription
public ConstructorHyperLinkCellType ConstructorRepresents the hyperlink cell.  
Top
Fields
 NameDescription
public FieldtypeName (Inherited from GcSpread.Sheets.BaseCellType)
Top
Methods
 NameDescription
public MethodactivateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public MethodcreateEditorElement (Inherited from GcSpread.Sheets.BaseCellType)
public MethoddeactivateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public Methodfocus (Inherited from GcSpread.Sheets.BaseCellType)
public Methodformat (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetAutoFitHeight (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetAutoFitWidth (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetEditorValue (Inherited from GcSpread.Sheets.BaseCellType)
public MethodgetHitInfo (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisEditingValueChanged (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisImeAware (Inherited from GcSpread.Sheets.BaseCellType)
public MethodisReservedKey (Inherited from GcSpread.Sheets.BaseCellType)
public MethodlinkColorGets or sets the color of the hyperlink.  
public MethodlinkToolTipGets or sets the tooltip for the hyperlink.  
public Methodpaint (Inherited from GcSpread.Sheets.BaseCellType)
public Methodparse (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessKeyDown (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessKeyUp (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseDown (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseEnter (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseLeave (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseMove (Inherited from GcSpread.Sheets.BaseCellType)
public MethodprocessMouseUp (Inherited from GcSpread.Sheets.BaseCellType)
public MethodselectAll (Inherited from GcSpread.Sheets.BaseCellType)
public MethodsetEditorValue (Inherited from GcSpread.Sheets.BaseCellType)
public MethodtargetGets or sets the type for the hyperlink's target.  
public MethodtextGets or sets the text string for the hyperlink.  
public MethodupdateEditor (Inherited from GcSpread.Sheets.BaseCellType)
public MethodupdateImeMode (Inherited from GcSpread.Sheets.BaseCellType)
public MethodvisitedLinkColorGets or sets the color of visited links.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Setting a Hyperlink Cell

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.