'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal reference As System.String, _ ByVal location As InsertLocation _ ) As Endnote
public Endnote Insert( System.string text, System.string reference, InsertLocation location )
Parameters
- text
- The endnote text.
- reference
- The endnote reference text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Endnote.