Share via


EndnoteOptions.Location Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.Endnotes.Location = wdEndOfSection

See Also