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


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

    Property Value

    An System.Int32 value that indicates the count of the collection.
    See Also