Aspose::Cells::Drawing::Shape::SetRight method

Shape::SetRight method

Represents the width of the shape’s horizontal offset from its lower right corner column, in unit of pixels.

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

Examples

if (shape.GetRight() == 3)
    shape.SetRight(1);

See Also