PageSetup.SuppressEndnotes Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SuppressEndnotes As Integer
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Integer
value = instance.SuppressEndnotes
instance.SuppressEndnotes = value
int SuppressEndnotes { get; set; }
Property Value
Type: System.Int32
Remarks
This property takes effect only if the Location property is set to wdEndOfSection.