Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / Count Property


In This Topic
    Count Property (SubItemCollection)
    In This Topic
    Gets a value that represents the count of the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As SubItemCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The System.Int32 value indicates the count.
    See Also