Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / GetEnumerator Method


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

Return Value

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