Click or drag to resize

OpenXmlElementNextSibling Method

Overload List
 NameDescription
Public methodNextSibling Gets the OpenXmlElement element that immediately follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement element.
Public methodNextSiblingT Gets the OpenXmlElement element with the specified type that follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement.
Top
See Also