Spread Windows Forms 7.0 Product Documentation
BaseKeyCollection Class Members
See Also  Properties  Methods  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : BaseKeyCollection Class


Glossary Item Box

The following tables list the members exposed by BaseKeyCollection.

Public Properties

 NameDescription
Public PropertyCountGets the number of key-and-value pairs contained in the BaseKeyCollection.  
Public PropertyKeysGets a System.String array that contains the keys in the BaseKeyCollection.  
Top

Protected Properties

 NameDescription
Protected PropertyItemOverloaded. Gets or sets the element with the specified key.  
Protected PropertyItemListGets an System.Collections.ICollection that contains the list of elements in the BaseKeyCollection instance.  
Top

Public Methods

 NameDescription
Public MethodClearRemoves all elements from the BaseKeyCollection.  
Public MethodContainsDetermines whether an element is contained in the BaseKeyCollection.  
Public MethodContainsKeyDetermines whether the BaseKeyCollection contains a specific key.  
Public MethodContainsValueDetermines whether the BaseKeyCollection contains a specific value.  
Public MethodDisposeReleases the resources used by the BaseKeyCollection.  
Public MethodGetKeyGets the key of the element with the specified index in the collection.  
Public MethodIndexOfOverloaded. Returns the zero-based index of the element with specified key in the BaseKeyCollection.  
Public MethodRemoveRemoves the element with the specified key from the BaseKeyCollection.  
Public MethodRemoveAtRemoves the element at the specified index of the BaseKeyCollection.  
Top

Protected Methods

 NameDescription
Protected MethodAddAdds an element with the specified key and value to the end of the BaseKeyCollection.  
Protected MethodAddRangeAdds the elements of key-and-value pairs in arrays to the end of the BaseKeyCollection.  
Protected MethodInsertInserts an element with the specified key and value at the specified index of the BaseKeyCollection.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.