OpenXmlElementList Class

OpenXmlElementList - Represents an ordered collection of OpenXmlElement's.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElementList

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public MustInherit Class OpenXmlElementList _
    Implements IEnumerable(Of OpenXmlElement), IEnumerable
'Usage
Dim instance As OpenXmlElementList
public abstract class OpenXmlElementList : IEnumerable<OpenXmlElement>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OpenXmlElementList Members

DocumentFormat.OpenXml Namespace