WdXMLNodeLevel Enumeration

Specifies the level of an XML node.

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

Syntax

'Declaration
Public Enumeration WdXMLNodeLevel
'Usage
Dim instance As WdXMLNodeLevel
public enum WdXMLNodeLevel

Members

Member name Description
wdXMLNodeLevelInline Inline.
wdXMLNodeLevelParagraph Paragraph.
wdXMLNodeLevelRow Row.
wdXMLNodeLevelCell Cell.

See Also

Reference

Microsoft.Office.Interop.Word Namespace