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