[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IDrawingObject.ZOrderPosition

ZOrderPosition Property

ZOrderPosition

Gets the position of the specified shape in the z-order.

Declaration
int ZOrderPosition { get; }
ReadOnly Property ZOrderPosition As Integer
Property Value
Type Description
int

The position of the specified shape in the z-order.

Remarks

To set the shape's position in the z-order, use the ZOrder method.

A shape's position in the z-order corresponds to the shape's index number in the Shapes collection. Whenever you add a new shape to a collection, it's added to the front of the z-order by default.