Footnote Interface
Represents a footnote positioned at the bottom of the page or beneath text. The Footnote object is a member of the Footnotes collection. The Footnotes collection represents 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("0002093F-0000-0000-C000-000000000046")> _
Public Interface Footnote
'Usage
Dim instance As Footnote
[GuidAttribute("0002093F-0000-0000-C000-000000000046")]
public interface Footnote
Remarks
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.
Use the Add method to add a footnote to the Footnotes collection.
Footnotes positioned at the end of a document or section are considered endnotes and are included in the Endnotes collection.