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