Aspose::Cells::Drawing::Shape::SetTopInShape method

Shape::SetTopInShape 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.

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

Remarks

Only Applies when this shape in the group or chart.

Examples

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

See Also