ITabFootnoteCollection.RemoveAt

Syntax

RemoveAt(Index: Integer): Boolean;

Parameters

Index. Index of the footnote to be removed.

Description

Description

The RemoveAt method removes the footnote with specified index from collection and returns whether removing was successful.

Comments

The method returns True if footnote is successfully removed, and False if footnote cannot be removed for some reason.

See also:

ITabFootnoteCollection