WorkbookEvents_AfterXmlExportEventHandler Delegate

A Delegate type used to add an event handler for the AfterXmlExport event. The AfterXmlExport event occurs after Microsoft Excel saves or exports data from the specified workbook to an XML data file.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub WorkbookEvents_AfterXmlExportEventHandler ( _
    Map As XmlMap, _
    Url As String, _
    Result As XlXmlExportResult _
)
'Usage
Dim instance As New WorkbookEvents_AfterXmlExportEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void WorkbookEvents_AfterXmlExportEventHandler(
    XmlMap Map,
    string Url,
    XlXmlExportResult Result
)

Parameters

  • Url
    Type: System.String

    Required String. The location of the XML file that was exported.

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace