OpenXmlElement.PreviousSibling<T>-Methode
Gets the specified type OpenXmlElement preceding this OpenXmlElement. If there is no 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(Of T As OpenXmlElement) As T
'Usage
Dim instance As OpenXmlElement
Dim returnValue As T
returnValue = instance.PreviousSibling()
public T PreviousSibling<T>()
where T : OpenXmlElement
Typparameter
- T
Rückgabewert
Typ: T
The OpenXmlElement in the specified type preceding this OpenXmlElement.