FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellRangeReference Class / GetEnumerator Method

In This Topic
    GetEnumerator Method
    In This Topic
    Get the enumerator to enumerate all the values in the cell range.
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.WPF.FlexGrid.CellRangeReference/#ERd)>
    Public Function GetEnumerator() As IEnumerator
    [IteratorStateMachine(C1.WPF.FlexGrid.CellRangeReference/#ERd)]
    public IEnumerator GetEnumerator()
    See Also