Upravit

Sdílet prostřednictvím


XlXmlLoadOption Enum

Definition

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.

Applies to