Endnote Interface 

Represents an endnote.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ndnoteImplementation
    Implements Endnote
End Class
Dim ndnoteImplementation1 As New ndnoteImplementation()

Syntax

Public Interface Endnote
public interface Endnote
public interface class Endnote
public interface Endnote
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.

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

Endnote Members