Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IControlCollection Interface
Methods

In This Topic
    IControlCollection Interface Members
    In This Topic

    The following tables list the members exposed by IControlCollection.

    Public Methods
     NameDescription
     MethodAdds a new @code:IButton.  
     MethodAdds a new @code:ICheckBox.  
     MethodAdds a new @code:IDropDown.  
     MethodAdds a new @code:IGroupBox.  
     MethodAdds a new @code:ILabel.  
     MethodAdds a new @code:IListBox.  
     MethodAdds a new @code:IOptionButton.  
     MethodAdds a new @code:IScrollBar.  
     MethodAdds a new @code:ISpinner.  
     MethodRemoves all controls from a @code:IControlCollection.  
     MethodOverloaded. Gets control by index.  
     MethodGets the count of controls.  
     MethodGets index of a control.  
    Top
    See Also