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)

Usage

Public Class ndnotesImplementation
    Implements Endnotes
End Class
Dim ndnotesImplementation1 As New ndnotesImplementation()

Syntax

Public Interface Endnotes
    Inherits IEnumerable
public interface Endnotes : IEnumerable
public interface class Endnotes : public IEnumerable
public interface Endnotes implements IEnumerable
public interface Endnotes implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Endnotes Members