XmlDataBinding.Refresh Method
Retrieves XML data using the current connection settings of the specified XmlDataBinding object. Returns XlXmlImportResult.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Refresh As XlXmlImportResult
'Usage
Dim instance As XmlDataBinding
Dim returnValue As XlXmlImportResult
returnValue = instance.Refresh()
XlXmlImportResult Refresh()
Return Value
Type: Microsoft.Office.Interop.Excel.XlXmlImportResult