Compartilhar via


EndnoteOptions.Location Property (Word)

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

Syntax

expression .Location

expression Required. A variable that represents an EndnoteOptions collection.

Example

This example positions all endnotes at the end of sections.

ActiveDocument.Endnotes.Location = wdEndOfSection

See Also

Concepts

EndnoteOptions Object Members

EndnoteOptions Object