IElementTraversalPreviousElementSibling Property
Returns the previous sibling element node of this element. null if this element has no element sibling nodes that come before this one in the document tree.

Namespace: Aspose.Html.Dom.Traversal
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
Element PreviousElementSibling { get; }

Property Value

Type: Element
The previous element sibling.
See Also