GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / GetEnumerator Method


In This Topic
GetEnumerator Method (ListItemCollectionInfo)
In This Topic
Gets the enumerator of the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator
 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim value As IEnumerator
 
value = instance.GetEnumerator()

Return Value

An System.Collections.IEnumerator object that represents the current enumerator of the collection.
See Also