XmlMaps Interface

Definition

Represents the collection of XmlMap objects that have been added to a workbook.

public interface class XmlMaps : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002447C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface XmlMaps : System.Collections.IEnumerable
Public Interface XmlMaps
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 Add(String, Object) method to add an XML map 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.

Methods

Add(String, Object)

Adds an XML map to the specified workbook. Returns an XmlMap object.

GetEnumerator()

Applies to