Aspose::Cells::Drawing::Shape::SetBottom method

Shape::SetBottom method

Represents the width of the shape’s vertical offset from its lower bottom corner row, in unit of pixels.

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

Examples

if (shape.GetBottom() == 3)
    shape.SetBottom(1);

See Also