Shape.ZOrder(MsoZOrderCmd) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).
public:
void ZOrder(Microsoft::Office::Core::MsoZOrderCmd ZOrderCmd);
public void ZOrder (Microsoft.Office.Core.MsoZOrderCmd ZOrderCmd);
abstract member ZOrder : Microsoft.Office.Core.MsoZOrderCmd -> unit
Public Sub ZOrder (ZOrderCmd As MsoZOrderCmd)
Parameters
- ZOrderCmd
- MsoZOrderCmd
Required MsoZOrderCmd. Specifies where to move the specified shape relative to the other shapes.
Remarks
Use the ZOrderPosition property to determine a shape's current position in the z-order.