IXmlMap.Import Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Import ( _
Url As String, _
Overwrite As Object _
) As XlXmlImportResult
'Usage
Dim instance As IXmlMap
Dim Url As String
Dim Overwrite As Object
Dim returnValue As XlXmlImportResult
returnValue = instance.Import(Url, Overwrite)
XlXmlImportResult Import(
string Url,
Object Overwrite
)
Parameters
- Url
Type: System.String
- Overwrite
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.XlXmlImportResult