XlXmlLoadOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how Excel opens the XML data file.
public enum class XlXmlLoadOption
public enum XlXmlLoadOption
Public Enum XlXmlLoadOption
- Inheritance
-
XlXmlLoadOption
Fields
Name | Value | Description |
---|---|---|
xlXmlLoadPromptUser | 0 | Prompts the user to choose how to open the file. |
xlXmlLoadOpenXml | 1 | Opens the XML data file. The contents of the file will be flattened. |
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. |