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)

Syntax

'Declaration
Public Enumeration XlXmlExportResult
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace