XlXmlExportResult 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 the results of the save or export operation.
public enum class XlXmlExportResult
public enum XlXmlExportResult
Public Enum XlXmlExportResult
- Inheritance
-
XlXmlExportResult
Fields
Name | Value | Description |
---|---|---|
xlXmlExportSuccess | 0 | The XML data file was successfully exported. |
xlXmlExportValidationFailed | 1 | The contents of the XML data file do not match the specified schema map. |