ITabFootnoteCollection

Assembly: Tab;

Description

The ITabFootnoteCollection interface contains basic properties and methods of the footnotes collection.

Inheritance Hierarchy

ITabFootnoteCollection

Comments

The ITabFootnoteCollection interface is basic for the ITabFootnotes interface. The footnotes collection is also returned by the ITabRange.Footnotes property.

Properties

  Property name Brief description
Count The Count property returns number of footnotes in collection.
IndexOf The IndexOf property returns index in the collection for the specified footnote.
Item The Item property returns parameters of the footnote with the specified index.

Methods

  Method name Brief description
Add The Add method creates a footnote for the specified cell and returns its parameters.
Clear The Clear method clears collection of footnotes.
Remove The Remove method removes the specified footnote from collection and returns whether the removing was successful.
RemoveAt The RemoveAt method removes the footnote with the specified index from collection and returns whether the removing was successful.

See also:

Tab Assembly Interfaces