Spread Windows Forms 12.0 Product Documentation
GetEnumerator Method (ListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class : GetEnumerator Method
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()
public IEnumerator GetEnumerator()

Return Value

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

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members