AddEndnote(String,String) Method
In This Topic
Adds a
Endnote to the end of this hyperlink.
Syntax
'Declaration
Public Overloads Function AddEndnote( _
ByVal As System.String, _
ByVal As System.String _
) As Endnote
public Endnote AddEndnote(
System.string ,
System.string
)
Parameters
- text
- The endnote text.
- reference
- The endnote reference text.
Return Value
See Also