TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1TreeColumnCollection)
    In This Topic
    Returns an enumerator that iterates through the C1TreeColumnCollection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of C1TreeColumn)
    public IEnumerator<C1TreeColumn> GetEnumerator()
    See Also