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