Workbooks._Open Method

Definition

Reserved for internal use.

public Microsoft.Office.Interop.Excel.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);
Public Function _Open (Filename As String, Optional UpdateLinks As Object, Optional ReadOnly As Object, Optional Format As Object, Optional Password As Object, Optional WriteResPassword As Object, Optional IgnoreReadOnlyRecommended As Object, Optional Origin As Object, Optional Delimiter As Object, Optional Editable As Object, Optional Notify As Object, Optional Converter As Object, Optional AddToMru As Object) As Workbook

Parameters

Filename
String
UpdateLinks
Object
ReadOnly
Object
Format
Object
Password
Object
WriteResPassword
Object
IgnoreReadOnlyRecommended
Object
Origin
Object
Delimiter
Object
Editable
Object
Notify
Object
Converter
Object
AddToMru
Object

Returns

Applies to