Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class
Properties Methods


In This Topic
    ListItemCollection Class Members
    In This Topic

    The following tables list the members exposed by ListItemCollection.

    Public Properties
     NameDescription
    Public PropertyGets the count of the collection.  
    Public PropertyGets or sets the item at the specified position.  
    Top
    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