Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 877 Bytes

Office.CustomXMLNode.PreviousSibling.md

File metadata and controls

35 lines (21 loc) · 877 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CustomXMLNode.PreviousSibling property (Office)
vbaof11.chm294013
vbaof11.chm294013
Office.CustomXMLNode.PreviousSibling
511e6dfd-7027-220a-9d3e-e998a43e7239
01/07/2019
medium

CustomXMLNode.PreviousSibling property (Office)

Gets the previous sibling node (element, comment, or processing instruction) of the current node. If the current node is the first sibling at its level, the property returns Nothing. Read-only.

Syntax

expression.PreviousSibling

expression An expression that returns a CustomXMLNode object.

Return value

CustomXMLNode

See also

[!includeSupport and feedback]