INode.PreviousSibling Property

Aspose.Note for .NET API

INodePreviousSibling Property

Gets the previous node at the same node tree level.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
INode PreviousSibling { get; }
ReadOnly Property PreviousSibling As INode
	Get
property INode^ PreviousSibling {
	INode^ get ();
}
abstract PreviousSibling : INode with get

Property Value

Type: INode
The previous sibling.
See Also