Aspose::Cells::Drawing::Shape::GetBottom method

Shape::GetBottom method

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

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

Examples

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

See Also