WorkbookClass.XmlImport Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function XmlImport ( _
Url As String, _
<OutAttribute> ByRef ImportMap As XmlMap, _
Overwrite As Object, _
Destination As Object _
) As XlXmlImportResult
'Usage
Dim instance As WorkbookClass
Dim Url As String
Dim ImportMap As XmlMap
Dim Overwrite As Object
Dim Destination As Object
Dim returnValue As XlXmlImportResult
returnValue = instance.XmlImport(Url, _
ImportMap, Overwrite, Destination)
public virtual XlXmlImportResult XmlImport(
string Url,
out XmlMap ImportMap,
Object Overwrite,
Object Destination
)
Parameters
- Url
Type: System.String
- ImportMap
Type: Microsoft.Office.Interop.Excel.XmlMap
- Overwrite
Type: System.Object
- Destination
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.XlXmlImportResult
Implements
_Workbook.XmlImport(String, XmlMap, Object, Object)