Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IControlCollection Interface
Properties Methods

In This Topic
    IControlCollection Interface Members
    In This Topic

    The following tables list the members exposed by IControlCollection.

    Public Properties
     NameDescription
     Property (Inherited from System.Collections.Generic.IReadOnlyCollection<IControl>)
     Property Gets control by name.  
    Top
    Public Methods
     NameDescription
     MethodAdds a new IButton.  
     MethodAdds a new ICheckBox.  
     MethodAdds a new IDropDown.  
     MethodAdds a new IGroupBox.  
     MethodAdds a new ILabel.  
     MethodAdds a new IListBox.  
     MethodAdds a new IOptionButton.  
     MethodAdds a new IScrollBar.  
     MethodAdds a new ISpinner.  
     MethodRemoves all controls from a IControlCollection.  
     Method (Inherited from System.Collections.Generic.IEnumerable<IControl>)
     Method Gets index of a control.  
    Top
    See Also