ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (DataGridRowCollection)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of DataGridRow)
    public IEnumerator<DataGridRow> GetEnumerator()

    Return Value

    A IEnumerator that can be used to iterate through the collection.
    See Also