Aspose::Cells::Drawing::Shape::SetLeft method

Shape::SetLeft method

Represents the horizontal offset of shape from its left column, in unit of pixels.

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

Examples

if (shape.GetLeft() == 3)
    shape.SetLeft(1);

See Also