Click or drag to resize

OpenXmlElementList Methods

The OpenXmlElementList type exposes the following members.

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