WorkbookEvents.BeforeXmlExport Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub BeforeXmlExport ( _
Map As XmlMap, _
Url As String, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As WorkbookEvents
Dim Map As XmlMap
Dim Url As String
Dim Cancel As Boolean
instance.BeforeXmlExport(Map, Url, Cancel)
void BeforeXmlExport(
XmlMap Map,
string Url,
out bool Cancel
)
Parameters
- Map
Type: Microsoft.Office.Interop.Excel.XmlMap
- Url
Type: System.String
- Cancel
Type: System.Boolean