Footnotes.SwapWithEndnotes Method
Converts all footnotes in a document to endnotes and vice versa.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SwapWithEndnotes
'Usage
Dim instance As Footnotes
instance.SwapWithEndnotes()
void SwapWithEndnotes()
Remarks
To convert a range of footnotes to endnotes, use the Convert method.