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