title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Cell.Parent property (Project) |
project-server |
|
8e2f9a5d-b914-f9e1-b922-ade8fb7ade01 |
06/08/2017 |
medium |
Gets the parent of the Cell object. Read-only Object.
expression.Parent
expression A variable that represents a Cell object.
The parent of a Cell object can be the Application or a Project. For example, the statement Application.ActiveCell.Parent
gets the name of the active project.
Use the Parent property to access the properties or methods of the parent of an object.
[!includeSupport and feedback]