WorkbookClass.OpenLinks Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub OpenLinks ( _
Name As String, _
ReadOnly As Object, _
Type As Object _
)
'Usage
Dim instance As WorkbookClass
Dim Name As String
Dim ReadOnly As Object
Dim Type As Object
instance.OpenLinks(Name, ReadOnly, Type)
public virtual void OpenLinks(
string Name,
Object ReadOnly,
Object Type
)
Parameters
- Name
Type: System.String
- ReadOnly
Type: System.Object
- Type
Type: System.Object
Implements
_Workbook.OpenLinks(String, Object, Object)