GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / ZOrder Method
Specifies where to move the specified shape relative to the other shapes.


In This Topic
ZOrder Method (IShape)
In This Topic
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).
Syntax
'Declaration
 
Sub ZOrder( _
   ByVal zOrderCmd As ZOrderCommand _
) 
 
'Usage
 
Dim instance As IShape
Dim zOrderCmd As ZOrderCommand
 
instance.ZOrder(zOrderCmd)

Parameters

zOrderCmd
Specifies where to move the specified shape relative to the other shapes.
See Also