Spread Windows Forms 12.0 Product Documentation
GetEnumerator Method (MatchedListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > MatchedListItemCollectionInfo Class : GetEnumerator Method
Returns an enumerator that iterates through a collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As MatchedListItemCollectionInfo
Dim value As IEnumerator
 
value = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return Value

An System.Collections.IEnumerator object that can be used to iterate through the collection.
See Also

Reference

MatchedListItemCollectionInfo Class
MatchedListItemCollectionInfo Members