AddFootnote(String,String) Method
In This Topic
Adds a
Footnote to the end of the Office Math paragraph.
Syntax
'Declaration
Public Overloads Function AddFootnote( _
ByVal As System.String, _
ByVal As System.String _
) As Footnote
public Footnote AddFootnote(
System.string ,
System.string
)
Parameters
- text
- The footnote text.
- reference
- The footnote reference text.
Return Value
See Also