XlXmlExportResult Enumeration 

Specifies the results of the save or export operation.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlXmlExportResult1 As XlXmlExportResult = XlXmlExportResult.xlXmlExportSuccess

Syntax

Public Enum XlXmlExportResult
public enum XlXmlExportResult
public enum class XlXmlExportResult
public enum XlXmlExportResult
public enum XlXmlExportResult

Members

Member name Description
xlXmlExportSuccess The XML data file was successfully exported.
xlXmlExportValidationFailed 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