[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.TopInPixel

TopInPixel Property

TopInPixel

Gets or sets the distance (in pixels) from the top edge of the object to the top edge of the worksheet.

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