Workbook.BeforeXmlExport Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.