Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class


In This Topic
ListItemCollection Class Methods
In This Topic

For a list of all members of this type, see ListItemCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Add an item to the collection.  
Public MethodOverloaded. Adds some items of specified collection to the end of the collection.  
Public MethodClears all the items in the collection.  
Public MethodDetermines whether the collection contains specified item.  
Public MethodCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodFinds the value by comparer form start index.  
Public MethodFinds the first item in the List that matches the specified object.  
Public MethodFinds the first item in the collection that starts with the specified string.  
Public MethodFinds the first item in the List that matches the specified string.  
Public MethodFinds the first item after specifed index that matches the specified object.  
Public MethodFinds the first item after the given index which starts with the given string.  
Public MethodFinds the first item after the specified index that matches the specified string.  
Public MethodGets the enumerator of the collection.  
Public MethodGets index of the item.  
Public MethodInserts an item to the collection at the specified position  
Public MethodDeletes a specific item form the collection.  
Public MethodRemoves the item at the specific position from the collection.  
Public MethodCopies the subItems of the colletion to a new Array.  
Top
See Also