Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / ZOrder Method
Required GrapeCity.Documents.Excel.Drawing.ZOrderType. Specifies where to move the specified shape 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 GrapeCity.Documents.Excel.Drawing.ZOrderType. Specifies where to move the specified shape relative to the other shapes.
    See Also