ITabFootnote.Number

Syntax

Number: Integer;

Description

The Number property returns the sequence number of the footnote.

Comments

Footnote numeration is made automatically on its addition to the collection. Start number is set in the ITabFootnotes.StartingNumber property. The ITabFootnotes.UniqueNumbers attribute of footnotes with unique numbers creation is taken into account.

The Number property returns the -1 value if the custom label (ITabFootnote.CustomMark/ITabFootnotes.CustomMark) is set for the footnote or collection of footnotes.

Example

The example of use is given in description of the ITabFootnotes.NumberStyle property.

See also:

ITabFootnote