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)

Usage

Dim xlXmlImportResult1 As XlXmlImportResult = XlXmlImportResult.xlXmlImportElementsTruncated

Syntax

Public Enum XlXmlImportResult
public enum XlXmlImportResult
public enum class XlXmlImportResult
public enum XlXmlImportResult
public enum XlXmlImportResult

Members

Member name Description
xlXmlImportElementsTruncated The contents of the specified XML data file have been truncated because the XML data file is too large for the worksheet.
xlXmlImportSuccess The XML data file was successfully imported.
xlXmlImportValidationFailed The contents of the XML data file do not match the specified schema map.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace