PageSetup.SuppressEndnotes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if endnotes are printed at the end of the next section that doesn't suppress endnotes. Suppressed endnotes are printed before the endnotes in that section.
public:
property int SuppressEndnotes { int get(); void set(int value); };
public int SuppressEndnotes { get; set; }
member this.SuppressEndnotes : int with get, set
Public Property SuppressEndnotes As Integer
Property Value
Remarks
This property takes effect only if the Location property is set to wdEndOfSection.