XmlNamespace Interface 

Represents a namespace that has been added to a workbook.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class mlNamespaceImplementation
    Implements XmlNamespace
End Class
Dim mlNamespaceImplementation1 As New mlNamespaceImplementation()

Syntax

Public Interface XmlNamespace
public interface XmlNamespace
public interface class XmlNamespace
public interface XmlNamespace
public interface XmlNamespace

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 Prefix property to return the prefix of an XmlNamespace object.

Use the Uri property to return the Uniform Resource Identifier (URI) of an XmlNamespace object.

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

XmlNamespace Members