Share via


OpenXmlElement.ElementsAfter Method

Enumerate all the sibling elements after this element in same parent.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Function ElementsAfter As IEnumerable(Of OpenXmlElement)
'使用
Dim instance As OpenXmlElement
Dim returnValue As IEnumerable(Of OpenXmlElement)

returnValue = instance.ElementsAfter()
public IEnumerable<OpenXmlElement> ElementsAfter()

Return Value

Type: System.Collections.Generic.IEnumerable<OpenXmlElement>
An IEnumerable of OpenXmlElement of all the sibling elements after this element in same parent.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace