Spread.Sheets
HyperLink クラス
GC.Spread.Sheets.CellTypes 名前空間 : 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://www.grapecity.com/"); activeSheet.getCell(1, -1).height(30);
var cellType = new GC.Spread.Sheets.CellTypes.HyperLink(); cellType.linkColor("blue"); cellType.visitedLinkColor("#FF2235"); cellType.text("GrapeCity"); cellType.linkToolTip("Company Web Site"); activeSheet.getCell(0, 2).cellType(cellType).value("formula.html");
This example creates a new hyperlink cell.
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.Base
      GC.Spread.Sheets.CellTypes.HyperLink

コンストラクタ
 名前解説
public コンストラクタハイパーリンク型セルを表します。  
トップ
フィールド
 名前解説
public フィールド GC.Spread.Sheets.CellTypes.Baseから継承されます。
トップ
メソッド
 名前解説
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドクリックしたときにアクティブセルに移動するかどうかを取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドハイパーリンクの色を取得または設定します。  
public メソッドハイパーリンクのツールチップを取得または設定します。  
public メソッドハイパーリンクのコールバックを取得または設定します。関数を実行する場合、その関数はコールバックのコンテキストを表します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドハイパーリンクのターゲットのタイプを取得または設定します。  
public メソッドハイパーリンクのテキスト文字列を取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド表示済みリンクの色を取得または設定します。  
トップ
関連トピック

参照

GC.Spread.Sheets.CellTypes 名前空間
ハイパーリンク型セルの設定