OpenXmlElement.PreviousSibling-Methode

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

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

Syntax

'Declaration
Public Function PreviousSibling As OpenXmlElement
'Usage
Dim instance As OpenXmlElement
Dim returnValue As OpenXmlElement

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

Rückgabewert

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

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

PreviousSibling Überladung

DocumentFormat.OpenXml-Namespace