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