Footnotes Interface
A collection of Footnote objects that represent all the footnotes in a selection, range, or document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020942-0000-0000-C000-000000000046")> _
Public Interface Footnotes _
Inherits IEnumerable
'Usage
Dim instance As Footnotes
[GuidAttribute("00020942-0000-0000-C000-000000000046")]
public interface Footnotes : IEnumerable
Remarks
Use the Footnotes property of a Selection, Range, or Document object to return the Footnotes collection.
Use the Add method to add a footnote to the Footnotes collection.
Use Footnotes(index), where index is the index number, to return a single Footnote object. The index number represents the position of the footnote in the selection, range, or document.
Footnotes positioned at the end of a document or section are considered endnotes and are included in the Endnotes collection.