List.Parent property (Project)

Gets the parent of the List object. Read-only Object.

Syntax

expression.Parent

expression A variable that represents a List object.

Remarks

The parent of a List object can be a Selection (with the FieldIDList and FieldNameList properties), a Project (including several properties such as MapList, ReportList, and ViewList).

Use the Parent property to access the properties or methods of the parent of an object.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.