Workbook.OpenLinks(String, Object, Object) Method

Definition

Opens the supporting documents for a link or links.

public void OpenLinks (string Name, object ReadOnly, object Type);
abstract member OpenLinks : string * obj * obj -> unit
Public Sub OpenLinks (Name As String, Optional ReadOnly As Object, Optional Type As Object)

Parameters

Name
String

The name of the Microsoft Office Excel or DDE/OLE link, as returned from the LinkSources(Object) method.

ReadOnly
Object

true to open documents as read-only. The default value is false.

Type
Object

One of the XlLink values. The link type.

Remarks

Optional Parameters

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

Applies to