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)

Usage

Dim xlXmlLoadOption1 As XlXmlLoadOption = XlXmlLoadOption.xlXmlLoadImportToList

Syntax

Public Enum XlXmlLoadOption
public enum XlXmlLoadOption
public enum class XlXmlLoadOption
public enum XlXmlLoadOption
public enum XlXmlLoadOption

Members

Member name Description
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.
xlXmlLoadOpenXml Opens the XML data file. The contents of the file will be flattened.
xlXmlLoadPromptUser Prompts the user to choose how to open the file.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace