Node.NextSibling
Node.NextSibling property
Gets the next node at the same node tree level.
public INode NextSibling { get; }
Property Value
The next sibling.
See Also
- interface INode
- class Node
- namespace Aspose.Note
- assembly Aspose.Note
Gets the next node at the same node tree level.
public INode NextSibling { get; }
The next sibling.