WPDObject.Children property
The Children property returns a collection of all of the immediate children of this WPDObject.
This property is read-only.
Syntax
Children = WPDObject.Children
Property value
A read-only childrenCollection.
Remarks
To retrieve a collection of children that is filtered by one or more data formats, use the GetChildrenByFormat method.
See also