XlXmlLoadOption Enumeration

Specifies how Excel opens the XML data file.

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

Syntax

'Declaration
Public Enumeration XlXmlLoadOption
'Usage
Dim instance As XlXmlLoadOption
public enum XlXmlLoadOption

Members

Member name Description
xlXmlLoadPromptUser Prompts the user to choose how to open the file.
xlXmlLoadOpenXml Opens the XML data file. The contents of the file will be flattened.
xlXmlLoadImportToList Places the contents of the XML data file in an XML list.
xlXmlLoadMapXml Displays the schema of the XML data file in the XML Structure task pane.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace