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 | |
---|---|---|
OpenXmlElementList | ctor |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of OpenXmlElement in the OpenXmlElementList. | |
Item | Retrieves a node at the given index. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
First<T> | Find the first child element in type T | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetItem | Retrieves a OpenXmlElement at the given index. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OfType<T> | Get IEnumerable for specific type of element | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top