[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.Left

Left Property

Left

Gets or sets the distance from the left edge of the object to the left edge of column A.

Declaration
double Left { get; set; }
Property Left As Double
Examples
IContainer container = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 30, 120, 60);
double left = container.Left;