CustomXMLNode.NextSibling Property
Gets the next sibling node (element, comment, or processing instruction) of the current node. If the node is the last sibling at its level, the property returns Nothing. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property NextSibling As CustomXMLNode
Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNode
value = instance.NextSibling
CustomXMLNode NextSibling { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode