Add(String,String) Method
In This Topic
Adds a
Footnote to this collection at the
End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String, _
ByVal As System.String _
) As Footnote
public Footnote Add(
System.string ,
System.string
)
Parameters
- text
- The footnote text.
- reference
- The footnote reference text.
Return Value
See Also