Spread Windows Forms 10.0 Product Documentation
ListItemCollectionInfo Class Methods


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

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds an item to the collection.  
Public MethodAddRangeOverloaded. Adds a range of items of the specified collection to the end of the collection.  
Public MethodClearClears all items in the collection.  
Public MethodContainsDetermines whether the collection contains the specified item.  
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodFindFinds the value by comparer from the start index.  
Public MethodFindAllObjectFinds the first item in the list that matches the specified object.  
Public MethodFindAllStringFinds the first item in the collection that starts with the specified string.  
Public MethodFindAllStringExactFinds the first item in the list that matches the specified string.  
Public MethodFindObjectFinds the first item after specifed index that matches the specified object.  
Public MethodFindStringFinds the first item after the given index which starts with the given string.  
Public MethodFindStringExactFinds the first item after the specified index that matches the specified string.  
Public MethodGetEnumeratorGets the enumerator of the collection.  
Public MethodGetObjectDataGets the object data.  
Public MethodIndexOfGets the item index.  
Public MethodInsertInserts an item in the collection at the specified position.  
Public MethodRemoveDeletes a specific item from the collection.  
Public MethodRemoveAtRemoves the item at the specific position from the collection.  
Public MethodToArrayCopies the subitems of the collection to a new array.  
Top
See Also

Reference

ListItemCollectionInfo Class
GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.