WorkbookEvents_BeforeXmlExportEventHandler delegate
Office 2013 and later
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Map
- Type: Microsoft.Office.Interop.Excel.XmlMap
Required XmlMap. The XML map that will be used to save or export data.
- Url
- Type: System.String
Required String. The location where you want to export the resulting XML file.
- Cancel
- Type: System.Boolean
Required Boolean. Set to True to cancel the save or export operation.
Show: