ComponentOne DataGrid for WPF and Silverlight
GetEnumerator Method (DataGridCellsRangeCollection)

C1.Silverlight.DataGrid Namespace > DataGridCellsRangeCollection Class : GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of DataGridCellsRange)
public System.Collections.Generic.IEnumerator<DataGridCellsRange> GetEnumerator()

Return Value

A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
See Also

Reference

DataGridCellsRangeCollection Class
DataGridCellsRangeCollection Members