EndnoteOptions.NumberingRule Property (Word)
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.
ActiveDocument.Endnotes.NumberingRule = wdRestartSection