WorkbookEvents_BeforeXmlImportEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the BeforeXmlImport event. The BeforeXmlImport event occurs before an existing XML data connection is refreshed or before new XML data is imported into a Microsoft Excel workbook.
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 object. The XML map that will be used to import data.
- Url
- Type: System.String
Required String. The location of the XML file to be imported.
- IsRefresh
- Type: System.Boolean
Required Boolean. True if the event was triggered by refreshing an existing connection to XML data; False if the event was triggered by importing from a different data source.
- Cancel
- Type: System.Boolean
Required Boolean. Set to True to cancel the import or refresh operation.
Show: