Partager via


Endnotes.Location Property (Word)

Returns or sets the position of all endnotes. Read/write WdEndnoteLocation. .

Syntax

expression .Location

expression An expression that represents a Endnotes object.

Example

This example positions all endnotes at the end of sections.

ActiveDocument.Endnotes.Location = wdEndOfSection

See Also

Concepts

Endnotes Collection Object

Endnotes Object Members