Workbooks._Open Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function _Open ( _
Filename As String, _
UpdateLinks As Object, _
ReadOnly As Object, _
Format As Object, _
Password As Object, _
WriteResPassword As Object, _
IgnoreReadOnlyRecommended As Object, _
Origin As Object, _
Delimiter As Object, _
Editable As Object, _
Notify As Object, _
Converter As Object, _
AddToMru As Object _
) As Workbook
'Usage
Dim instance As Workbooks
Dim Filename As String
Dim UpdateLinks As Object
Dim ReadOnly As Object
Dim Format As Object
Dim Password As Object
Dim WriteResPassword As Object
Dim IgnoreReadOnlyRecommended As Object
Dim Origin As Object
Dim Delimiter As Object
Dim Editable As Object
Dim Notify As Object
Dim Converter As Object
Dim AddToMru As Object
Dim returnValue As Workbook
returnValue = instance._Open(Filename, _
UpdateLinks, ReadOnly, Format, Password, _
WriteResPassword, IgnoreReadOnlyRecommended, _
Origin, Delimiter, Editable, Notify, _
Converter, AddToMru)
Workbook _Open(
string Filename,
Object UpdateLinks,
Object ReadOnly,
Object Format,
Object Password,
Object WriteResPassword,
Object IgnoreReadOnlyRecommended,
Object Origin,
Object Delimiter,
Object Editable,
Object Notify,
Object Converter,
Object AddToMru
)
Parameters
- Filename
Type: System.String
- UpdateLinks
Type: System.Object
- ReadOnly
Type: System.Object
- Format
Type: System.Object
- Password
Type: System.Object
- WriteResPassword
Type: System.Object
- IgnoreReadOnlyRecommended
Type: System.Object
- Origin
Type: System.Object
- Delimiter
Type: System.Object
- Editable
Type: System.Object
- Notify
Type: System.Object
- Converter
Type: System.Object
- AddToMru
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Workbook