ITabFootnoteCollection.Add

Syntax

Add(Row: Integer; Column: Integer): ITabFootnote;

Parameters

Row. Index of the row where the cell is located.

Column. Index of the column where the cell is located.

Description

The Add method creates a footnote for the selected cell and returns its parameters.

Example

The example of use is given in description of the ITabFootnote.CustomMark property.

See also:

ITabFootnoteCollection