Aspose::Cells::Drawing::Shape::SetHeightInShape method

Shape::SetHeightInShape 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::SetHeightInShape(int32_t value)

Remarks

Only Applies when this shape in the group or chart.

Examples

if (shape.IsInGroup() && shape.GetHeightInShape() == 4000)
    shape.SetHeightInShape(2000);

See Also