Aspose::Cells::Drawing::Shape::GetHeightInShape method
Shape::GetHeightInShape 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::GetHeightInShape()
Remarks
Only Applies when this shape in the group or chart.
Examples
if (shape.IsInGroup() && shape.GetHeightInShape() == 4000)
shape.SetHeightInShape(2000);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++