Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XmlNamespaces Interface

Definition

Namespace:
Microsoft.Office.Interop.Excel
Assembly:
Microsoft.Office.Interop.Excel.dll

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 the collection of XmlNamespace objects in a workbook.

public interface class XmlNamespaces : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024477-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface XmlNamespaces : System.Collections.IEnumerable
Public Interface XmlNamespaces
Implements IEnumerable
Attributes
Implements

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[Object] 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.

Properties

_Default[Object]
Application

Returns an Application object that represents the Microsoft Excel application. Read-only.

Count

Returns the number of objects in the collection. Read-only Integer.

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.

Item[Object]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object. Read-only.

Value

Returns a String that represents the XML namespaces that have been added to the workbook.

Methods

GetEnumerator()
InstallManifest(String, Object)

Installs the specified XML expansion pack on the user's computer, making an XML smart document solution available to one or more users.

Applies to


Feedback

Was this page helpful?