Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabFootnoteCollection interface contains basic properties and methods of footnote collection.
ITabFootnoteCollection
The ITabFootnoteCollection interface is basic for the ITabFootnotes interface. The ITabRange.Footnotes property also returns a collection of footnotes.
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. |
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: