Aspose::Cells::Drawing::Shape::GetZOrderPosition method

Shape::GetZOrderPosition method

Returns the position of a shape in the z-order.

int32_t Aspose::Cells::Drawing::Shape::GetZOrderPosition()

Examples

if (shape.GetZOrderPosition() == 2)
{
    shape.SetZOrderPosition(3);
}

See Also