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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++