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