_Workbook.OpenLinks(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.