Skip to main content

DocumentProperties members

Table of contents
  1. Methods
  2. Properties

A collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.

Methods

Name Description
Add Creates a new custom document property. You can add a new document property only to the custom DocumentProperties collection.

Properties

Name Description
Application Gets an Application object that represents the container application for the DocumentProperties object (you can use this property with an Automation object to return that object's container application). Read-only.
Count Gets a Long indicating the number of items in the DocumentProperties collection. Read-only.
Creator Gets a 32-bit integer that indicates the application in which the DocumentProperties object was created. Read-only.
Item Gets a DocumentProperty object from the DocumentProperties collection. Read-only.
Parent Gets the Parent object for the DocumentProperties object. Read-only.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>