ITabFootnoteCollection.Remove

Syntax

Remove(Value: ITabFootnote): Boolean;

Parameters

Value. Footnote to be removed from collection.

Description

The Remove method removes the specified footnote from collection and returns whether the 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