Endnote Interface
Represents an endnote.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("0002093E-0000-0000-C000-000000000046")> _
Public Interface Endnote
'Usage
Dim instance As Endnote
[GuidAttribute("0002093E-0000-0000-C000-000000000046")]
public interface Endnote
Remarks
The Endnote object is a member of the Endnotes collection. The Endnotes collection represents the endnotes in a selection, range, or document.
Use Endnotes(index), where index is the index number, to return a single Endnote object. The index number represents the position of the endnote in the selection, range, or document.
Use the Add method to add an endnote to the Endnotes collection.