Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.12 KB

Project.shaperange.zorderposition.md

File metadata and controls

39 lines (21 loc) · 1.12 KB
title ms.service ms.assetid ms.date ms.localizationpriority
ShapeRange.ZOrderPosition property (Project)
project-server
d9f0d46f-65b1-bb1f-cb75-ce4d7c3b3ab2
06/08/2017
medium

ShapeRange.ZOrderPosition property (Project)

Gets the position of the shape range in the z-order. Read-only Long.

Syntax

expression.ZOrderPosition

expression A variable that represents a 'ShapeRange' object.

Remarks

To set the shape position in the z-order, use the ZOrder method.

The position of a shape in the z-order corresponds to the index number of the shape in the Shapes collection. For example, if there are four shapes in the myReport report object, the expression myReport.Shapes(1) returns the shape at the back of the z-order, and the expression myReport.Shapes(4) returns the shape at the front of the z-order.

When you add a shape to a Shapes collection, the shape is added to the front of the z-order by default.

Property value

INT

See also

ShapeRange Object

[!includeSupport and feedback]