Aspose::Cells::Drawing::Shape::SetZOrderPosition method

Shape::SetZOrderPosition method

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

void Aspose::Cells::Drawing::Shape::SetZOrderPosition(int32_t value)

Examples

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

See Also