Spread Windows Forms 13.0 Product Documentation
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class
Properties Methods

In This Topic
    BaseKeyCollection Class Members
    In This Topic

    The following tables list the members exposed by BaseKeyCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of key-and-value pairs contained in the BaseKeyCollection.  
    Public PropertyGets a System.String array that contains the keys in the BaseKeyCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all elements from the BaseKeyCollection.  
    Public MethodDetermines whether an element is contained in the BaseKeyCollection.  
    Public MethodDetermines whether the BaseKeyCollection contains a specific key.  
    Public MethodDetermines whether the BaseKeyCollection contains a specific value.  
    Public MethodReleases the resources used by the BaseKeyCollection.  
    Public MethodGets the key of the element with the specified index in the collection.  
    Public MethodOverloaded. Returns the zero-based index of the element with specified key in the BaseKeyCollection.  
    Public MethodRemoves the element with the specified key from the BaseKeyCollection.  
    Public MethodRemoves the element at the specified index of the BaseKeyCollection.  
    Top
    See Also