XlXmlImportResult Enumeration

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)

Syntax

'Declaration
Public Enumeration XlXmlImportResult
'Usage
Dim instance As XlXmlImportResult
public enum XlXmlImportResult

Members

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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace