The hyperlink at the specified index.
[Visual Basic 6.0] Property Hyperlink(
ByVal Index As Long _
) As IHyperlink
[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 );
[Java] public IHyperlink getHyperlink ( Long Index )
[Java] public void setHyperlinkByRef( Long Index ) throws IOException, AutomationException
[C++] HRESULT get_Hyperlink( long Index, IHyperlink** Link );
[C++] HRESULT putref_Hyperlink( long Index, IHyperlink* Link);
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