Aspose::Cells::Drawing::Shape::SetWidth method

Shape::SetWidth method

Represents the width of shape, in unit of pixels.

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

Examples

if (shape.GetWidth() == 3)
    shape.SetWidth(1);

See Also