XmlDataBinding.LoadSettings Method
Initializes the specified data binding with settings from an XML data file or a Data Retrieval Service Connection (.uxdc) file.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub LoadSettings ( _
Url As String _
)
'Usage
Dim instance As XmlDataBinding
Dim Url As String
instance.LoadSettings(Url)
void LoadSettings(
string Url
)
Parameters
Url
Type: System.StringRequired String. The path to the XML data or Microsoft Office XML Data Source (.uxdc) file. The path is specified in the Uniform Resource Locator (URL) or universal naming convention (UNC) format.
Remarks
XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.