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


ListColumnCollection Class Members

The following tables list the members exposed by ListColumnCollection.

Public Properties
 NameDescription
Public PropertyGets count of the collection.  
Public PropertyGets or sets the column at the specified position.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds an item to the collection.  
Public MethodAdd some columns 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 of the collection.  
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 MethodRemoves the item at the specific position form the collection.  
Public MethodCopies the subItems of the colletion to a new ListColumn array.  
Top
Protected Methods
 NameDescription
Protected MethodProcess method before a column is added to the collection.  
Protected MethodProcess method before a column be removed to the collection.  
Top
See Also