AppEvents.WorkbookAfterXmlImport Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub WorkbookAfterXmlImport ( _
Wb As Workbook, _
Map As XmlMap, _
IsRefresh As Boolean, _
Result As XlXmlImportResult _
)
'Usage
Dim instance As AppEvents
Dim Wb As Workbook
Dim Map As XmlMap
Dim IsRefresh As Boolean
Dim Result As XlXmlImportResult
instance.WorkbookAfterXmlImport(Wb, Map, _
IsRefresh, Result)
void WorkbookAfterXmlImport(
Workbook Wb,
XmlMap Map,
bool IsRefresh,
XlXmlImportResult Result
)
Parameters
- Map
Type: Microsoft.Office.Interop.Excel.XmlMap
- IsRefresh
Type: System.Boolean
- Result
Type: Microsoft.Office.Interop.Excel.XlXmlImportResult