IWorkbookEvents.AfterXmlExport Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub AfterXmlExport ( _
Map As XmlMap, _
Url As String, _
Result As XlXmlExportResult _
)
'Usage
Dim instance As IWorkbookEvents
Dim Map As XmlMap
Dim Url As String
Dim Result As XlXmlExportResult
instance.AfterXmlExport(Map, Url, Result)
void AfterXmlExport(
XmlMap Map,
string Url,
XlXmlExportResult Result
)
Parameters
- Map
Type: Microsoft.Office.Interop.Excel.XmlMap
- Url
Type: System.String
- Result
Type: Microsoft.Office.Interop.Excel.XlXmlExportResult