AppEvents_WorkbookBeforeXmlExportEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type Delegate utilisé pour ajouter un handler d’événement pour WorkbookBeforeXmlExport l’événement. L’événement WorkbookBeforeXmlExport se produit avant Microsoft Excel ou exporte les données d’un classer ouvert vers un fichier de données XML.
public delegate void AppEvents_WorkbookBeforeXmlExportEventHandler(Workbook ^ Wb, XmlMap ^ Map, System::String ^ Url, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookBeforeXmlExportEventHandler(Workbook Wb, XmlMap Map, string Url, out bool Cancel);
Public Delegate Sub AppEvents_WorkbookBeforeXmlExportEventHandler(Wb As Workbook, Map As XmlMap, Url As String, ByRef Cancel As Boolean)
Paramètres
- Map
- XmlMap
Obligatoire XmlMap . Mappage XML qui sera utilisé pour enregistrer ou exporter les données.
- Url
- String
Argument de type String obligatoire. Emplacement du fichier XML à exporter.
- Cancel
- Boolean
Boolean obligatoire. Définissez cette valeur sur True pour annuler l’opération d’enregistrer ou d’exporter.
- Attributs