Endnotes Interface

A collection of Endnote objects that represents all the endnotes 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("00020941-0000-0000-C000-000000000046")> _
Public Interface Endnotes _
    Inherits IEnumerable
'Usage
Dim instance As Endnotes
[GuidAttribute("00020941-0000-0000-C000-000000000046")]
public interface Endnotes : IEnumerable

Remarks

Use the Endnotes property of the Selection, Range, or Document objects to return the Endnotes collection.

Use the Add method to add an endnote to the Endnotes collection.

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 a selection, range, or document.

See Also

Reference

Endnotes Members

Microsoft.Office.Interop.Word Namespace