OpenXmlElementList Members

Include Protected Members
Include Inherited Members

OpenXmlElementList - Represents an ordered collection of OpenXmlElement's.

The OpenXmlElementList type exposes the following members.

Constructors

  Name Description
Protected method OpenXmlElementList ctor

Top

Properties

  Name Description
Public property Count Gets the number of OpenXmlElement in the OpenXmlElementList.
Public property Item Retrieves a node at the given index.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method First<T> Find the first child element in type T
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetItem Retrieves a OpenXmlElement at the given index.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OfType<T> Get IEnumerable for specific type of element
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See Also

Reference

OpenXmlElementList Class

DocumentFormat.OpenXml Namespace