Click or drag to resize

OpenXmlElementPreviousSibling Method

Overload List
 NameDescription
Public methodPreviousSibling Gets the OpenXmlElement element that immediately precedes the current OpenXmlElement element. Returns null (Nothing in Visual Basic ) if there is no preceding OpenXmlElement element.
Public methodPreviousSiblingT Gets the OpenXmlElement element with the specified type that precedes the current OpenXmlElement. Returns null (Nothing in Visual Basic) if there is no preceding OpenXmlElement element.
Top
See Also