Aspose::Cells::Drawing::Shape::SetHeight method
Shape::SetHeight method
Represents the height of shape, in unit of pixel.
void Aspose::Cells::Drawing::Shape::SetHeight(int32_t value)
Examples
if (shape.GetHeight() == 3)
shape.SetHeight(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++