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