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);
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
.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.