Method GetEnumerator
| Improve this Doc View SourceGetEnumerator()
Returns an enumerator that lists all of the RowPresenter in this block.
Declaration
public IEnumerator<RowPresenter> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<RowPresenter> | An enumerator that lists all of the RowPresenter in this block. |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()