Limitations
Read only.
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 Footnote
public Footnote this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As Footnote
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. |
Read only.