GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class
Properties Methods


SubItemCollection Class Members

The following tables list the members exposed by SubItemCollection.

Public Properties
 NameDescription
Public PropertyGets a value that represents the count of the collection.  
Public PropertyGets a value indicating whether the collection is read only.  
Public PropertyGets or sets the item at the specified position.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds an item to the collection.  
Public MethodOverloaded. Add some SubItems of specified collection to the end of the collection.  
Public MethodClears all the items in the collection.  
Public MethodDetermines whether the collection contains a specific item.  
Public MethodCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodGets the enumerator.  
Public MethodGets the index of the item.  
Public MethodInserts an item to the collection at the specified position  
Public MethodDeletes a specific item form the collection.  
Public MethodRemove the item at specific position form the collection.  
Public MethodCopies the subItems of the colletion to a new SubItem array.  
Top
See Also