Document.Endnotes Property

Definition

Gets an Endnotes collection that represents all the endnotes in the document.

public:
 property Microsoft::Office::Interop::Word::Endnotes ^ Endnotes { Microsoft::Office::Interop::Word::Endnotes ^ get(); };
public Microsoft.Office.Interop.Word.Endnotes Endnotes { get; }
member this.Endnotes : Microsoft.Office.Interop.Word.Endnotes
Public ReadOnly Property Endnotes As Endnotes

Property Value

An Endnotes collection that represents all the endnotes in the document.

Applies to