WorkbookEvents_BeforeXmlImportEventHandler Delegate
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.
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.
public delegate void WorkbookEvents_BeforeXmlImportEventHandler(XmlMap ^ Map, System::String ^ Url, bool IsRefresh, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_BeforeXmlImportEventHandler(XmlMap Map, string Url, bool IsRefresh, out bool Cancel);
Public Delegate Sub WorkbookEvents_BeforeXmlImportEventHandler(Map As XmlMap, Url As String, IsRefresh As Boolean, ByRef Cancel As Boolean)
Parameters
- Url
- String
Required String. The location of the XML file to be imported.
- IsRefresh
- 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
- Boolean
Required Boolean. Set to True to cancel the import or refresh operation.
- Attributes
Remarks
XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.