Share via


OpenXmlElement.NextSibling Method

Gets the OpenXmlElement immediately following this OpenXmlElement. If there is no next OpenXmlElement, a null reference (Nothing in Visual Basic) is returned.

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

Syntax

'宣言
Public Function NextSibling As OpenXmlElement
'使用
Dim instance As OpenXmlElement
Dim returnValue As OpenXmlElement

returnValue = instance.NextSibling()
public OpenXmlElement NextSibling()

Return Value

Type: DocumentFormat.OpenXml.OpenXmlElement
The OpenXmlElement immediately preceding this OpenXmlElement.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

NextSibling Overload

DocumentFormat.OpenXml Namespace