Notebook.Item Property

Aspose.Note for .NET API

NotebookItem Property

Gets notebook child node by the given index.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public INotebookChildNode this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As INotebookChildNode
	Get
public:
property INotebookChildNode^ default[int index] {
	INotebookChildNode^ get (int index);
}
member Item : INotebookChildNode with get

Parameters

index
Type: SystemInt32
Index to child node.

Return Value

Type: INotebookChildNode
The child node on the index position.
See Also