IWorkbookEvents.BeforeXmlExport(XmlMap, String, Boolean) Méthode
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.
public:
void BeforeXmlExport(Microsoft::Office::Interop::Excel::XmlMap ^ Map, System::String ^ Url, [Runtime::InteropServices::Out] bool % Cancel);
public void BeforeXmlExport (Microsoft.Office.Interop.Excel.XmlMap Map, string Url, out bool Cancel);
Public Sub BeforeXmlExport (Map As XmlMap, Url As String, ByRef Cancel As Boolean)
Paramètres
- Map
- XmlMap
- Url
- String
- Cancel
- Boolean