This document is archived and information here might be outdated. Recommended version. |
The hyperlink at the specified index.
[Visual Basic .NET] Public Function get_Hyperlink ( _ ByVal Index As Integer _ ) As IHyperlink
[Visual Basic .NET] Public Sub set_Hyperlink ( _ ByVal Index As Integer, _ ByVal Link As IHyperlink _ )
[C#] public IHyperlink get_Hyperlink ( int Index );
[C#] public void set_Hyperlink ( int Index, IHyperlink Link );
[C++]
HRESULT get_Hyperlink(
long Index,
IHyperlink** Link
);
[C++]
HRESULT putref_Hyperlink(
long Index,
IHyperlink* Link
);
[C++] Parameters Index [in]
Index is a parameter of type long Link [out, retval]
Link is a parameter of type IHyperlink** Index [in]
Index is a parameter of type long Link [in]
Link is a parameter of type IHyperlink*