XmlNamespaces Interface

Represents the collection of XmlNamespace objects in a workbook.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024477-0000-0000-C000-000000000046")> _
Public Interface XmlNamespaces _
    Inherits IEnumerable
'Usage
Dim instance As XmlNamespaces
[InterfaceTypeAttribute()]
[GuidAttribute("00024477-0000-0000-C000-000000000046")]
public interface XmlNamespaces : IEnumerable

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 Item property to access a particular XmlNamespace object.

Use the Value property to return a String that lists the namespaces that have been added to a workbook.

See Also

Reference

XmlNamespaces Members

Microsoft.Office.Interop.Excel Namespace