'Declaration Public Function AddEndnote( _ ByVal endnoteContent As Object, _ Optional ByVal formatting As Formatting _ ) As Endnote
'Usage Dim instance As Document Dim endnoteContent As Object Dim formatting As Formatting Dim value As Endnote value = instance.AddEndnote(endnoteContent, formatting)
public Endnote AddEndnote( object endnoteContent, Formatting formatting )
Parameters
- endnoteContent
- The description of the endnote. Valid values are string, Picture, Hyperlink and Table.
- formatting
- The formatting to use for the endnoteContent (when endnoteContent is a string).
Return Value
The created endnote that will be appended to a paragraph of the document.