DocumentProperties.Parent Property
Gets the Parent object for the DocumentProperties object. Read-only.
Syntax
expression.Parent
expression A variable that represents a DocumentProperties object.
Return Value
Object
Example
This example displays the name of the parent object for a document property. You must pass a valid DocumentProperty object to the procedure.
| Visual Basic for Applications |
|---|
|