CustomProperty 接口

定义

代表标识符信息。 标识符信息可用于 XML 的元数据。

public interface class CustomProperty
[System.Runtime.InteropServices.Guid("00024453-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CustomProperty
Public Interface CustomProperty
属性

注解

Add(String, Object)使用 集合的 CustomProperties 方法或 Item[Object] 属性可返回 CustomProperty 对象。

返回 CustomProperty 对象后,可以使用 CustomProperties 属性和 Add 方法向工作表添加元数据。

属性

_Default

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Name

返回或设置对象的名称。

Parent

返回指定对象的父对象。

Value

返回或设置自定义属性的值。

方法

Delete()

删除对象。

适用于