Gets the table of contents with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the TableOfContentsCollection class.

Syntax

public TableOfContents this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As TableOfContents

Parameters

Parameter Description
number Specifies a number. The first table of contents in the textflow has the number 1.

Limitations

Read only.