Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EndnoteLocation Enumeration

In This Topic
    EndnoteLocation Enumeration
    In This Topic
    Defines the endnote position.
    Syntax
    'Declaration
     
    Public Enum EndnoteLocation 
       Inherits System.Enum
    public enum EndnoteLocation : System.Enum 
    Members
    MemberDescription
    EndOfDocument Endnotes are output at the end of the document
    EndOfSection Endnotes are output at the end of the section
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.EndnoteLocation

    See Also