XmlNamespace Members
Include Protected Members
Include Inherited Members
Represents a namespace that has been added to a workbook.
The XmlNamespace type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Infrastructure. | |
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. |
Top