Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 767 Bytes

Project.Cell.Parent.md

File metadata and controls

30 lines (18 loc) · 767 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Cell.Parent property (Project)
project-server
Project.Cell.Parent
8e2f9a5d-b914-f9e1-b922-ade8fb7ade01
06/08/2017
medium

Cell.Parent property (Project)

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

Syntax

expression.Parent

expression A variable that represents a Cell object.

Remarks

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]