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


In This Topic
    Count Property (NumberFields)
    In This Topic
    Gets the number of elements contained in the System.Collections.ICollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As NumberFields
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    An System.Int32 value indicates the count.The number of elements contained in the System.Collections.ICollection.
    See Also