MsoZOrderCmd Enumeration
Specifies where in the z-order a shape should be moved relative to other shapes.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoZOrderCmd
'Usage
Dim instance As MsoZOrderCmd
public enum MsoZOrderCmd
Members
Member name | Description | |
---|---|---|
msoBringToFront | Bring shape to the front. | |
msoSendToBack | Send shape to the back. | |
msoBringForward | Bring shape forward. | |
msoSendBackward | Send shape backward. | |
msoBringInFrontOfText | Bring shape in front of text. | |
msoSendBehindText | Send shape behind text. |