指定された範囲にハイパーリンクを追加します(<see cref="T:GrapeCity.Documents.Excel.IHyperlink" /> オブジェクト)。
シンタックス
'宣言
Overloads Function Add( _
ByVal As IRange, _
ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String _
) As IHyperlink
IHyperlink Add(
IRange ,
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- anchor
- 必須の <see cref="T:GrapeCity.Documents.Excel.IRange" />。ハイパーリンクのアンカー。
- address
- 必須の文字列。ハイパーリンクのアドレス。
- subAddress
- オプションのオブジェクト。ハイパーリンクのサブアドレス。
- screenTip
- オプションのオブジェクト。マウスポインタをハイパーリンク上に置いたときに表示されるスクリーンチップ。
- textToDisplay
- オプションのオブジェクト。ハイパーリンクに表示されるテキスト。
参照