Range.EndnoteOptions Property
Returns a EndnoteOptions object that represents the endnotes in a range or selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property EndnoteOptions As EndnoteOptions
Get
'Usage
Dim instance As Range
Dim value As EndnoteOptions
value = instance.EndnoteOptions
EndnoteOptions EndnoteOptions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.EndnoteOptions