Endnote Interface

Definition

Represents an endnote.

public interface class Endnote
[System.Runtime.InteropServices.Guid("0002093E-0000-0000-C000-000000000046")]
public interface Endnote
type Endnote = interface
Public Interface Endnote
Attributes

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(Range, Object, Object) method to add an endnote to the Endnotes collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Index

Returns an Integer that represents the position of an item in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.

Reference

Returns a Range object that represents a footnote, endnote, or comment reference mark.

Methods

Delete()

Deletes the specified object.

Applies to