_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.String

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

  • ReadOnly
    Type: System.Object

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

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace