[]
Gets or sets the distance from the left edge of the object to the left edge of column A.
double Left { get; set; }
Property Left As Double
IContainer container = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 30, 120, 60);
double left = container.Left;