Share via


EndnoteOptions.NumberingRule Property

Word Developer Reference

Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. Read/write WdNumberingRule.

Syntax

expression.NumberingRule

expression   Required. A variable that represents an EndnoteOptions collection.

Example

This example restarts endnote numbering after each section break in the active document.

Visual Basic for Applications
  ActiveDocument.Endnotes.NumberingRule = wdRestartSection

See Also