Description
Adds the given node at the end of the last section on this document.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void AddNode(
Node Node
)
Public Sub AddNode ( _
Node As Node _
)
public:
void AddNode(
Node^ Node
)
Parameters
- Node
- Node
The node to add.
See Also