XmlMaps 接口

定义

表示已添加到工作簿的 XmlMap 对象的集合。

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
属性
实现

注解

XML 功能(以 XML 电子表格格式保存文件除外)仅在 Microsoft Office Professional Edition 2003 和 Microsoft Office Excel 2003 中可用。

Add(String, Object)使用 方法将 XML 映射添加到工作簿。

属性

_Default[Object]

表示已添加到工作簿的 XmlMap 对象的集合。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 此为只读属性。

Count

返回集合中对象的数目。 只读 Integer

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 如果该对象是在 Microsoft Excel 中创建的,则此属性返回字符串 XCEL,它等同于十六进制的数字 5843454C。 只读 XlCreator

Item[Object]

从集合中返回一个对象。

Parent

返回指定对象的父对象。 只读。

方法

Add(String, Object)

添加 XML 映射到指定的工作簿。 返回 对象 XmlMap

GetEnumerator()

表示已添加到工作簿的 XmlMap 对象的集合。

适用于