XlXmlLoadOption Enum

Definition

Specifies how Excel opens the XML data file.

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

Fields

xlXmlLoadImportToList 2

Places the contents of the XML data file in an XML list.

xlXmlLoadMapXml 3

Displays the schema of the XML data file in the XML Structure task pane.

xlXmlLoadOpenXml 1

Opens the XML data file. The contents of the file will be flattened.

xlXmlLoadPromptUser 0

Prompts the user to choose how to open the file.

Applies to