Click or drag to resize

OpenXmlElementList Class

Represents an ordered collection of OpenXmlElement elements.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlOpenXmlElementList

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public abstract class OpenXmlElementList : IEnumerable<OpenXmlElement>, 
	IEnumerable

The OpenXmlElementList type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of OpenXmlElement elements in the OpenXmlElementList.
Public propertyItem Gets a node at the specified index.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFirstT Finds the first child element of type T.
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItem Gets the OpenXmlElement element at the specified index.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOfTypeT Gets an IEnumerable for a specific type of element.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also