[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Controls

Controls Property

Controls

Gets the control collection of this worksheet.

Declaration
IControlCollection Controls { get; }
ReadOnly Property Controls As IControlCollection
Examples
IControlCollection controls = worksheet.Controls;
IButton button = controls.AddButton(20, 20, 100, 24);
button.Text = "Submit";