ControlExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member AddButton(ControlCollection, Range, String) Adds a new Button control to the worksheet at the range specified.
Public methodStatic member AddButton(ControlCollection, Double, Double, Double, Double, String) Adds a new Button control to the worksheet in the specified size and location.
Public methodStatic member AddCheckBox(ControlCollection, Range, String) Adds a new CheckBox control to the worksheet at the range specified.
Public methodStatic member AddCheckBox(ControlCollection, Double, Double, Double, Double, String) Adds a new CheckBox control to the worksheet in the specified size and location.
Public methodStatic member AddCheckedListBox(ControlCollection, Range, String) Adds a new CheckedListBox control to the worksheet at the range specified.
Public methodStatic member AddCheckedListBox(ControlCollection, Double, Double, Double, Double, String) Adds a new CheckedListBox control to the worksheet in the specified size and location.
Public methodStatic member AddComboBox(ControlCollection, Range, String) Adds a new ComboBox control to the worksheet at the range specified.
Public methodStatic member AddComboBox(ControlCollection, Double, Double, Double, Double, String) Adds a new ComboBox control to the worksheet in the specified size and location.
Public methodStatic member AddDataGridView(ControlCollection, Range, String) Adds a new DataGridView control to the worksheet at the range specified.
Public methodStatic member AddDataGridView(ControlCollection, Double, Double, Double, Double, String) Adds a new DataGridView control to the worksheet in the specified size and location.
Public methodStatic member AddDateTimePicker(ControlCollection, Range, String) Adds a new DateTimePicker control to the worksheet at the range specified.
Public methodStatic member AddDateTimePicker(ControlCollection, Double, Double, Double, Double, String) Adds a new DateTimePicker control to the worksheet in the specified size and location.
Public methodStatic member AddDomainUpDown(ControlCollection, Range, String) Adds a new DomainUpDown control to the worksheet at the range specified.
Public methodStatic member AddDomainUpDown(ControlCollection, Double, Double, Double, Double, String) Adds a new DomainUpDown control to the worksheet in the specified size and location.
Public methodStatic member AddHScrollBar(ControlCollection, Range, String) Adds a new HScrollBar control to the worksheet at the range specified.
Public methodStatic member AddHScrollBar(ControlCollection, Double, Double, Double, Double, String) Adds a new HScrollBar control to the worksheet in the specified size and location.
Public methodStatic member AddLabel(ControlCollection, Range, String) Adds a new Label control to the worksheet at the range specified.
Public methodStatic member AddLabel(ControlCollection, Double, Double, Double, Double, String) Adds a new Label control to the worksheet in the specified size and location.
Public methodStatic member AddLinkLabel(ControlCollection, Range, String) Adds a new LinkLabel control to the worksheet at the range specified.
Public methodStatic member AddLinkLabel(ControlCollection, Double, Double, Double, Double, String) Adds a new LinkLabel control to the worksheet in the specified size and location.
Public methodStatic member AddListBox(ControlCollection, Range, String) Adds a new ListBox control to the worksheet at the range specified.
Public methodStatic member AddListBox(ControlCollection, Double, Double, Double, Double, String) Adds a new ListBox control to the worksheet in the specified size and location.
Public methodStatic member AddListView(ControlCollection, Range, String) Adds a new ListView control to the worksheet at the range specified.
Public methodStatic member AddListView(ControlCollection, Double, Double, Double, Double, String) Adds a new ListView control to the worksheet in the specified size and location.
Public methodStatic member AddMaskedTextBox(ControlCollection, Range, String) Adds a new MaskedTextBox control to the worksheet at the range specified.
Public methodStatic member AddMaskedTextBox(ControlCollection, Double, Double, Double, Double, String) Adds a new MaskedTextBox control to the document in the specified size and location.
Public methodStatic member AddMonthCalendar(ControlCollection, Range, String) Adds a new MonthCalendar control to the worksheet at the range specified.
Public methodStatic member AddMonthCalendar(ControlCollection, Double, Double, Double, Double, String) Adds a new MonthCalendar control to the worksheet in the specified size and location.
Public methodStatic member AddNumericUpDown(ControlCollection, Range, String) Adds a new NumericUpDown control to the worksheet at the range specified.
Public methodStatic member AddNumericUpDown(ControlCollection, Double, Double, Double, Double, String) Adds a new NumericUpDown control to the worksheet in the specified size and location.
Public methodStatic member AddPictureBox(ControlCollection, Range, String) Adds a new PictureBox control to the worksheet at the range specified.
Public methodStatic member AddPictureBox(ControlCollection, Double, Double, Double, Double, String) Adds a new PictureBox control to the worksheet in the specified size and location.
Public methodStatic member AddProgressBar(ControlCollection, Range, String) Adds a new ProgressBar control to the worksheet at the range specified.
Public methodStatic member AddProgressBar(ControlCollection, Double, Double, Double, Double, String) Adds a new ProgressBar control to the worksheet in the specified size and location.
Public methodStatic member AddPropertyGrid(ControlCollection, Range, String) Adds a new PropertyGrid control to the worksheet at the range specified.
Public methodStatic member AddPropertyGrid(ControlCollection, Double, Double, Double, Double, String) Adds a new PropertyGrid control to the worksheet in the specified size and location.
Public methodStatic member AddRadioButton(ControlCollection, Range, String) Adds a new RadioButton control to the worksheet at the range specified.
Public methodStatic member AddRadioButton(ControlCollection, Double, Double, Double, Double, String) Adds a new RadioButton control to the worksheet in the specified size and location.
Public methodStatic member AddRichTextBox(ControlCollection, Range, String) Adds a new RichTextBox control to the worksheet at the range specified.
Public methodStatic member AddRichTextBox(ControlCollection, Double, Double, Double, Double, String) Adds a new RichTextBox control to the worksheet in the specified size and location.
Public methodStatic member AddTextBox(ControlCollection, Range, String) Adds a new TextBox control to the worksheet at the range specified.
Public methodStatic member AddTextBox(ControlCollection, Double, Double, Double, Double, String) Adds a new TextBox control to the worksheet in the specified size and location.
Public methodStatic member AddTrackBar(ControlCollection, Range, String) Adds a new TrackBar control to the worksheet at the range specified.
Public methodStatic member AddTrackBar(ControlCollection, Double, Double, Double, Double, String) Adds a new TrackBar control to the worksheet in the specified size and location.
Public methodStatic member AddTreeView(ControlCollection, Range, String) Adds a new TreeView control to the worksheet at the range specified.
Public methodStatic member AddTreeView(ControlCollection, Double, Double, Double, Double, String) Adds a new TreeView control to the worksheet in the specified size and location.
Public methodStatic member AddVScrollBar(ControlCollection, Range, String) Adds a new VScrollBar control to the worksheet at the range specified.
Public methodStatic member AddVScrollBar(ControlCollection, Double, Double, Double, Double, String) Adds a new VScrollBar control to the worksheet in the specified size and location.
Public methodStatic member AddWebBrowser(ControlCollection, Range, String) Adds a new WebBrowser control to the worksheet at the range specified.
Public methodStatic member AddWebBrowser(ControlCollection, Double, Double, Double, Double, String) Adds a new WebBrowser control to the worksheet in the specified size and location.

Top

See Also

Reference

ControlExtensions Class

Microsoft.Office.Tools.Excel Namespace