MsoCustomXMLNodeType enumeration
Office 2013 and later
Specifies the node type.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoCustomXMLNodeElement | The node is an element. | |
| msoCustomXMLNodeAttribute | The node is an attribute. | |
| msoCustomXMLNodeText | The node is a text node. | |
| msoCustomXMLNodeCData | The node is a CData type. | |
| msoCustomXMLNodeProcessingInstruction | The node is a processing instruction. | |
| msoCustomXMLNodeComment | The node is a comment. | |
| msoCustomXMLNodeDocument | The node is a Document node. |
Show: