Notebook.Item

Notebook indexer

Gets notebook child node by the given index.

public INotebookChildNode this[int index] { get; }
ParameterDescription
indexIndex to child node.

Return Value

The child node on the index position.

See Also