[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControlCollection

IControlCollection Interface

Common members of form control collections.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public interface IControlCollection : IReadOnlyList<IControl>, IReadOnlyCollection<IControl>, IEnumerable<IControl>, IEnumerable
Public Interface IControlCollection
    Inherits IReadOnlyList(Of IControl), IReadOnlyCollection(Of IControl), IEnumerable(Of IControl), IEnumerable

Properties

Name Description
this[string]

Gets control by name.

Methods

Name Description
AddButton(double, double, double, double)

Adds a new IButton.

AddCheckBox(double, double, double, double)

Adds a new ICheckBox.

AddDropDown(double, double, double, double)

Adds a new IDropDown.

AddGroupBox(double, double, double, double)

Adds a new IGroupBox.

AddLabel(double, double, double, double)

Adds a new ILabel.

AddListBox(double, double, double, double)

Adds a new IListBox.

AddOptionButton(double, double, double, double)

Adds a new IOptionButton.

AddScrollBar(double, double, double, double)

Adds a new IScrollBar.

AddSpinner(double, double, double, double)

Adds a new ISpinner.

Clear()

Removes all controls from a IControlCollection.

IndexOf(IControl)

Gets index of a control.