AddEndnote(String) Method
In This Topic
Adds an
Endnote to the end of the current simple field.
Syntax
'Declaration
Public Overloads Function AddEndnote( _
Optional ByVal As System.String _
) As Endnote
public Endnote AddEndnote(
System.string
)
Parameters
- text
- The endnote text.
Return Value
See Also