Aspose::Cells::Drawing::Shape::GetTop method

Shape::GetTop method

Represents the vertical offset of shape from its top row, in unit of pixels.

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

Remarks

If the shape is in the chart, represents the vertical offset of shape from its top border.

Examples

if (shape.GetTop() == 3)
    shape.SetTop(1);

See Also