[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.LeftInPixel

LeftInPixel Property

LeftInPixel

Gets or sets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).

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