OpenXmlElementList.Enumerator Struct    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumerator used for OpenXmlElementList.
public struct OpenXmlElementList.Enumerator : System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement>type OpenXmlElementList.Enumerator = struct
    interface IEnumerator<OpenXmlElement>
    interface IDisposable
    interface IEnumeratorPublic Structure OpenXmlElementList.Enumerator
Implements IEnumerator(Of OpenXmlElement)- Inheritance
- 
				OpenXmlElementList.Enumerator
- Implements
Properties
| Current | Gets the current OpenXmlElement for the enumerator. | 
Methods
| MoveNext() | Moves the enumerator forward. | 
Explicit Interface Implementations
| IDisposable.Dispose() | |
| IEnumerator.Current | |
| IEnumerator.Reset() |