_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);
Public Sub OpenLinks (Name As String, Optional ReadOnly As Object, Optional Type As Object)

Parameters

Name
String

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

ReadOnly
Object

Optional Object. True to open documents as read-only. The default value is False.

Type
Object

Optional XlLink. The link type.

Applies to