Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShape Interface / zOrder Method
Required com.grapecity.documents.excel.drawing.ZOrderType. Specifies where to move the specifiedshape relative to the other shapes.
In This Topic
    zOrder Method
    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
    void zOrder( 
       ZOrderType zOrderType
    )

    Parameters

    zOrderType
    Required com.grapecity.documents.excel.drawing.ZOrderType. Specifies where to move the specifiedshape relative to the other shapes.
    See Also