GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : BaseKeyCollection Class |
The following tables list the members exposed by BaseKeyCollection.
Name | Description | |
---|---|---|
Count | Gets the number of key-and-value pairs contained in the BaseKeyCollection. | |
Keys | Gets a System.String array that contains the keys in the BaseKeyCollection. |
Name | Description | |
---|---|---|
Item | Overloaded. Gets or sets the element with the specified key. | |
ItemList | Gets an System.Collections.ICollection that contains the list of elements in the BaseKeyCollection instance. |
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. |