Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / Count Property


In This Topic
    Count Property (BaseKeyCollection)
    In This Topic
    Gets the number of key-and-value pairs contained in the BaseKeyCollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As BaseKeyCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the System.Collections.ICollection.
    See Also