WorkbookEvents_BeforeXmlExportEventHandler Delegate

Definition

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

public delegate void WorkbookEvents_BeforeXmlExportEventHandler(XmlMap ^ Map, System::String ^ Url, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_BeforeXmlExportEventHandler(XmlMap Map, string Url, out bool Cancel);
Public Delegate Sub WorkbookEvents_BeforeXmlExportEventHandler(Map As XmlMap, Url As String, ByRef Cancel As Boolean)

Parameters

Map
XmlMap

Required XmlMap. The XML map that will be used to save or export data.

Url
String

Required String. The location where you want to export the resulting XML file.

Cancel
Boolean

Required Boolean. Set to True to cancel the save or export operation.

Attributes

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.

Applies to