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