GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonItemCollection Class
Properties Methods


RibbonItemCollection Class Members

The following tables list the members exposed by RibbonItemCollection.

Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the RibbonItemCollection.  
Public PropertyOverloaded. Gets or sets the RibbonItem at the specified position of the collection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified RibbonItem to the collection.  
Public MethodRemoves all items from the collection, then disposes the items.  
Public MethodDetermines the index of the first occurrence of a RibbonItem with the specified name in this collection.  
Public MethodInserts an item to the list at the specified index.  
Public MethodRemoves the first occurrence of the specified RibbonItem from the collection.  
Top
See Also