GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : BaseKeyCollection Class |
For a list of all members of this type, see BaseKeyCollection members.
Name | Description | |
---|---|---|
Clear | Removes all elements from the BaseKeyCollection. | |
Contains | Determines whether an element is contained in the BaseKeyCollection. | |
ContainsKey | Determines whether the BaseKeyCollection contains a specific key. | |
ContainsValue | Determines whether the BaseKeyCollection contains a specific value. | |
Dispose | Releases the resources used by the BaseKeyCollection. | |
GetKey | Gets the key of the element with the specified index in the collection. | |
IndexOf | Overloaded. Returns the zero-based index of the element with specified key in the BaseKeyCollection. | |
Remove | Removes the element with the specified key from the BaseKeyCollection. | |
RemoveAt | Removes the element at the specified index of the BaseKeyCollection. |
Name | Description | |
---|---|---|
Add | Adds an element with the specified key and value to the end of the BaseKeyCollection. | |
AddRange | Adds the elements of key-and-value pairs in arrays to the end of the BaseKeyCollection. | |
Insert | Inserts an element with the specified key and value at the specified index of the BaseKeyCollection. |