XmlDataBinding Interface

Represents the connection to the source data for an XmlMap object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("00024478-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface XmlDataBinding
'Usage
Dim instance As XmlDataBinding
[GuidAttribute("00024478-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface XmlDataBinding

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.

Use the LoadSettings method to initialize the settings for an XmlDataBinding object.

Use the Refresh method to refresh a data binding.

Use the ClearSettings method to remove a data binding.

See Also

Reference

XmlDataBinding Members

Microsoft.Office.Interop.Excel Namespace