Workbook.FollowHyperlink Method

Definition

Displays a cached document, if it has already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.

public void FollowHyperlink (string Address, object SubAddress, object NewWindow, object AddHistory, object ExtraInfo, object Method, object HeaderInfo);
abstract member FollowHyperlink : string * obj * obj * obj * obj * obj * obj -> unit
Public Sub FollowHyperlink (Address As String, Optional SubAddress As Object, Optional NewWindow As Object, Optional AddHistory As Object, Optional ExtraInfo As Object, Optional Method As Object, Optional HeaderInfo As Object)

Parameters

Address
String

The address of the target document.

SubAddress
Object

The location within the target document. The default value is the empty string.

NewWindow
Object

true to display the target application in a new window. The default value is false.

AddHistory
Object

Not used. Reserved for future use.

ExtraInfo
Object

A string or byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.

Method
Object

Specifies the way ExtraInfo is attached. Can be one of the following Microsoft.Office.Core.MsoExtraInfoMethod constants: Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodGet or Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodPost.

HeaderInfo
Object

A string that specifies header information for the HTTP request. The default value is an empty string.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to