Workbooks._OpenXML Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function _OpenXML ( _
    Filename As String, _
    Stylesheets As Object _
) As Workbook
'Usage
Dim instance As Workbooks
Dim Filename As String
Dim Stylesheets As Object
Dim returnValue As Workbook

returnValue = instance._OpenXML(Filename, _
    Stylesheets)
Workbook _OpenXML(
    string Filename,
    Object Stylesheets
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.Workbook

See Also

Reference

Workbooks Interface

Workbooks Members

Microsoft.Office.Interop.Excel Namespace