XmlNamespace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a namespace that has been added to a workbook.
public interface class XmlNamespace
[System.Runtime.InteropServices.Guid("00024476-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface XmlNamespace
Public Interface XmlNamespace
- Attributes
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.
Properties
_Default | |
Application |
Returns an Application object that represents the Microsoft Excel application. Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator. |
Parent |
Returns the parent object for the specified object. Read-only. |
Prefix |
Returns a String that represents the prefix for the specified XML namespace. Read-only. |
Uri |
Returns a String that represents the Uniform Resource Identifier (URI) for the specified XML namespace. Read-only. |