ET 开发人员参考 |
CustomProperties 对象 |
由代表附加信息的 CustomProperty 对象组成的集合,这些信息可用作 XML 的元数据。
说明
使用 Worksheet 对象的 CustomProperties 属性返回 CustomProperties 集合。
返回 CustomProperties 集合后,可根据选择向工作表和智能标记中添加元数据。
若要向工作表添加元数据,请在 Add 方法中使用 CustomProperties 属性。
示例
下例演示了该功能。在此示例中,ET 向活动工作表添加标识符信息,并向用户返回名称和值。
示例代码 |
---|
|