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