Spread Windows Forms 17
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
    Protected Properties
     NameDescription
    Protected PropertyOverloaded. Gets or sets the element with the specified key.  
    Protected PropertyGets an System.Collections.ICollection that contains the list of elements in the BaseKeyCollection instance.  
    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
    Protected Methods
     NameDescription
    Protected MethodAdds an element with the specified key and value to the end of the BaseKeyCollection.  
    Protected MethodAdds the elements of key-and-value pairs in arrays to the end of the BaseKeyCollection.  
    Protected MethodInserts an element with the specified key and value at the specified index of the BaseKeyCollection.  
    Top
    See Also