Workbook.BeforeXmlExport Event

Definition

Occurs before Microsoft Office Excel saves or exports data from the workbook to an XML data file.

public:
 event Microsoft::Office::Interop::Excel::WorkbookEvents_BeforeXmlExportEventHandler ^ BeforeXmlExport;
event Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeXmlExportEventHandler BeforeXmlExport;
member this.BeforeXmlExport : Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeXmlExportEventHandler 
Event BeforeXmlExport As WorkbookEvents_BeforeXmlExportEventHandler 

Event Type

Remarks

This event will not occur when you are saving to the XML Spreadsheet file format.

Applies to