[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.Width

Width Property

Width

Gets or sets the width of this control.

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