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


In This Topic
    Count Property (SubItemCollectionInfo)
    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 SubItemCollectionInfo
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The System.Int32 value indicates the count.
    See Also