Workbook.CustomDocumentProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 Microsoft.Office.Core.DocumentProperties 集合,该集合表示工作簿的所有自定义文档属性。
public:
property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
member this.CustomDocumentProperties : obj
Public ReadOnly Property CustomDocumentProperties As Object
属性值
一个 Microsoft.Office.Core.DocumentProperties 集合,表示工作簿的所有自定义文档属性。
注解
此属性返回自定义文档属性的整个集合。 Microsoft.Office.Core.DocumentProperties.Item(System.Object)
使用 属性可返回集合的单个成员 (Microsoft.Office.Core.DocumentProperties
对象) ,方法是将属性的名称或集合索引 (指定为数字) 。
BuiltinDocumentProperties使用 属性可返回内置文档属性的集合。