XlXmlImportResult 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 refresh or import operation.
public enum class XlXmlImportResult
public enum XlXmlImportResult
Public Enum XlXmlImportResult
- Inheritance
-
XlXmlImportResult
Fields
xlXmlImportElementsTruncated | 1 | The contents of the specified XML data file have been truncated because the XML data file is too large for the worksheet. |
xlXmlImportSuccess | 0 | The XML data file was successfully imported. |
xlXmlImportValidationFailed | 2 | The contents of the XML data file do not match the specified schema map. |