Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / Count Property


In This Topic
Count Property (ListItemCollection)
In This Topic
Gets the count of the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ListItemCollection
Dim value As Integer
 
value = instance.Count

Property Value

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