Version

ClickHyperlink Method

Control clicks the hyperlink to execute it
Syntax
'Declaration
 
Public Sub ClickHyperlink( _
   ByVal oHyperLinkArg As System.Object _
) 
public void ClickHyperlink( 
   System.object oHyperLinkArg
)
public: void ClickHyperlink( 
   System.Object* oHyperLinkArg
) 

Parameters

oHyperLinkArg
integer document offset for the hyperlink or the text of the hyperlink. If there is more than one hyperlink with the same text it will click the first one found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also