OpenXmlElement.ElementsAfter Method

Definition

Enumerates all of the sibling elements that follow the current element and have the same parent as the current element.

public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> ElementsAfter ();
member this.ElementsAfter : unit -> seq<DocumentFormat.OpenXml.OpenXmlElement>
Public Iterator Function ElementsAfter () As IEnumerable(Of OpenXmlElement)

Returns

An IEnumerable object that contains a list of OpenXmlElement elements.

Applies to