AppEvents_WorkbookBeforeXmlExportEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the WorkbookBeforeXmlExport event. The WorkbookBeforeXmlExport event occurs before Microsoft Excel saves or exports data from any open workbook to an XML data file.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Wb
- Type: Microsoft.Office.Interop.Excel.Workbook
Required Workbook. The target workbook.
- 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 of the XML file to be exported.
- Cancel
- Type: System.Boolean
Required Boolean. Set to True to cancel the save or export operation.
Show: