IndexOfNode
Previous
Next
Returns the index of the specified node in the current node.
If the node does not belong to the current node, it will return -1.
Syntax: IndexOfNode (node As Node) As Int32
Example:
i = node1.IndexOfNode (node2.Value)