Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens the supporting documents for a link or links.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Sub OpenLinks ( _
Name As String, _
ReadOnly As Object, _
Type As Object _
)
void OpenLinks(
string Name,
Object ReadOnly,
Object Type
)
Parameters
- Name
Type: System.String
The name of the Microsoft Office Excel or DDE/OLE link, as returned from the LinkSources method.
- ReadOnly
Type: System.Object
true to open documents as read-only. The default value is false.
- Type
Type: System.Object
One of the XlLink values. The link type.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.