[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Top

Top Property

Top

Gets or sets the top position of this control.

Declaration
double Top { get; set; }
Property Top As Double
Examples
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
control.Top = 40;
double top = control.Top;