Notebook.AppendChild

Notebook.AppendChild method

Adds the node to the end of the list.

public INotebookChildNode AppendChild(INotebookChildNode newChild)
ParameterTypeDescription
newChildINotebookChildNodeThe node to add.

Return Value

The added node.

See Also