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)

Usage

Public Class mlNamespacesImplementation
    Implements XmlNamespaces
End Class
Dim mlNamespacesImplementation1 As New mlNamespacesImplementation()

Syntax

Public Interface XmlNamespaces
public interface XmlNamespaces
public interface class XmlNamespaces
public interface XmlNamespaces
public interface XmlNamespaces

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

XmlNamespaces Members