[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.Top

Top Property

Top

Gets or sets the distance from the top edge of the object to the top edge of the worksheet.

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