_CustomXMLPart.DocumentElement Property
Gets the root element of a bound region of data in a document. If the region is empty, the property returns Nothing. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property DocumentElement As CustomXMLNode
Get
'Usage
Dim instance As _CustomXMLPart
Dim value As CustomXMLNode
value = instance.DocumentElement
CustomXMLNode DocumentElement { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode