PageSetup.SuppressEndnotes Property

Definition

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.

Applies to