[]
Gets or sets the top position of this control.
double Top { get; set; }
Property Top As Double
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30); control.Top = 40; double top = control.Top;