Function Open( _
<InAttribute()> ByVal Filename As String, _
<InAttribute()> Optional ByVal UpdateLinks As Object, _
<InAttribute()> Optional ByVal ReadOnly As Object, _
<InAttribute()> Optional ByVal Format As Object, _
<InAttribute()> Optional ByVal Password As Object, _
<InAttribute()> Optional ByVal WriteResPassword As Object, _
<InAttribute()> Optional ByVal IgnoreReadOnlyRecommended As Object, _
<InAttribute()> Optional ByVal Origin As Object, _
<InAttribute()> Optional ByVal Delimiter As Object, _
<InAttribute()> Optional ByVal Editable As Object, _
<InAttribute()> Optional ByVal Notify As Object, _
<InAttribute()> Optional ByVal Converter As Object, _
<InAttribute()> Optional ByVal AddToMru As Object, _
<InAttribute()> Optional ByVal Local As Object, _
<InAttribute()> Optional ByVal CorruptLoad As Object _
) As Workbook
Workbook Open(
[In] string Filename,
[In, Optional] object UpdateLinks,
[In, Optional] object ReadOnly,
[In, Optional] object Format,
[In, Optional] object Password,
[In, Optional] object WriteResPassword,
[In, Optional] object IgnoreReadOnlyRecommended,
[In, Optional] object Origin,
[In, Optional] object Delimiter,
[In, Optional] object Editable,
[In, Optional] object Notify,
[In, Optional] object Converter,
[In, Optional] object AddToMru,
[In, Optional] object Local,
[In, Optional] object CorruptLoad
);
public: 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,
Object^ Local,
Object^ CorruptLoad
);
public Workbook Open(
/*in*/System.String Filename,
/*in*/System.Object UpdateLinks,
/*in*/System.Object ReadOnly,
/*in*/System.Object Format,
/*in*/System.Object Password,
/*in*/System.Object WriteResPassword,
/*in*/System.Object IgnoreReadOnlyRecommended,
/*in*/System.Object Origin,
/*in*/System.Object Delimiter,
/*in*/System.Object Editable,
/*in*/System.Object Notify,
/*in*/System.Object Converter,
/*in*/System.Object AddToMru,
/*in*/System.Object Local,
/*in*/System.Object CorruptLoad
);
function Open(
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,
Local : Object,
CorruptLoad : Object
) : Workbook;