Aspose::Cells::Drawing::Shape::GetLeft method

Shape::GetLeft method

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

int32_t Aspose::Cells::Drawing::Shape::GetLeft()

Examples

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

See Also