Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollectionInfo Class / GetEnumerator Method


In This Topic
    GetEnumerator Method (ListColumnCollectionInfo)
    In This Topic
    Gets the enumerator of the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As ListColumnCollectionInfo
    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