_Workbook.OpenLinks Method
Opens the supporting documents for a link or links.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub OpenLinks ( _
Name As String, _
ReadOnly As Object, _
Type As Object _
)
'Usage
Dim instance As _Workbook
Dim Name As String
Dim ReadOnly As Object
Dim Type As Object
instance.OpenLinks(Name, ReadOnly, Type)
void OpenLinks(
string Name,
Object ReadOnly,
Object Type
)
Parameters
Name
Type: System.StringRequired String. The name of the Microsoft Excel or DDE/OLE link, as returned from the LinkSources method.
ReadOnly
Type: System.ObjectOptional Object. True to open documents as read-only. The default value is False.
Type
Type: System.ObjectOptional XlLink. The link type.