XMLNode.PreviousSibling Property

Returns a XMLNode object that represents the previous element in the document that is at the same level as the specified element.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property PreviousSibling As XMLNode
    Get
'Usage
Dim instance As XMLNode
Dim value As XMLNode

value = instance.PreviousSibling
XMLNode PreviousSibling { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

Remarks

If the specified element is the first element in the XMLNodes collection, this property returns Nothing.

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace