[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Height

Height Property

Height

Gets or sets the height of this control.

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