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

Syntax

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

Parameters

Parameter Description
number Specifies the number of the footnote in the text. The first footnote has the number 1. The number is defined through the textflow.

Limitations

Read only.