Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / ItemList Property


In This Topic
ItemList Property
In This Topic
Gets an System.Collections.ICollection that contains the list of elements in the BaseKeyCollection instance.
Syntax
'Declaration
 
Protected ReadOnly Property ItemList As ICollection
 
'Usage
 
Dim instance As BaseKeyCollection
Dim value As ICollection
 
value = instance.ItemList

Property Value

The System.Collections.ICollection value that indicates the item list.
See Also