NodePreviousSibling Property |
The node immediately preceding this node. If there is no such node, this returns null.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic Node PreviousSibling { get; }
Public ReadOnly Property PreviousSibling As Node
Get
public:
property Node^ PreviousSibling {
Node^ get ();
}
member PreviousSibling : Node with get
Property Value
Type:
Node
See Also