Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 776 Bytes

Office.MsoZOrderCmd.md

File metadata and controls

25 lines (19 loc) · 776 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
MsoZOrderCmd enumeration (Office)
Office.MsoZOrderCmd
4615d1c7-9d7b-70a4-1821-785c3af11f4f
01/31/2019
medium

MsoZOrderCmd enumeration (Office)

Specifies where in the z-order a shape should be moved relative to other shapes.

Name Value Description
msoBringForward 2 Bring shape forward.
msoBringInFrontOfText 4 Bring shape in front of text. Used only in Microsoft Word.
msoBringToFront 0 Bring shape to the front.
msoSendBackward 3 Send shape backward.
msoSendBehindText 5 Send shape behind text. Used only in Microsoft Word.
msoSendToBack 1 Send shape to the back.

[!includeSupport and feedback]