XlXmlImportResult enumeration
Office 2013 and later
Specifies the results of the refresh or import operation.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlXmlImportSuccess | The XML data file was successfully imported. | |
| xlXmlImportElementsTruncated | The contents of the specified XML data file have been truncated because the XML data file is too large for the worksheet. | |
| xlXmlImportValidationFailed | The contents of the XML data file do not match the specified schema map. |
Show: