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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024476-0000-0000-C000-000000000046")> _
Public Interface XmlNamespace
'Usage
Dim instance As XmlNamespace
[InterfaceTypeAttribute()]
[GuidAttribute("00024476-0000-0000-C000-000000000046")]
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.

See Also

Reference

XmlNamespace Members

Microsoft.Office.Interop.Excel Namespace