Aspose::Cells::Drawing::Shape::GetTopInShape method

Shape::GetTopInShape method

Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.

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

Remarks

Only Applies when this shape in the group or chart.

Examples

if (shape.IsInGroup() && shape.GetTopInShape() == 8000)
    shape.SetTopInShape(4000);

See Also