Endnotes.NumberingRule Property (Word)
Returns or sets the way endnotes are numbered after page breaks or section breaks. Read/write WdNumberingRule.
Syntax
expression .NumberingRule
expression Required. A variable that represents an Endnotes collection.
Example
This example restarts endnote numbering after each section break in the active document.
ActiveDocument.Endnotes.NumberingRule = wdRestartSection