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


In This Topic
Count Property (MatchedListItemCollection)
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 MatchedListItemCollection
Dim value As Integer
 
value = instance.Count

Property Value

The number of elements contained in the System.Collections.ICollection.
See Also