Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / GetEnumerator Method


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

    Return Value

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