Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteCollection Class / Add Method / Add(String,String) Method
The footnote text.
The footnote reference text.

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

    Parameters

    text
    The footnote text.
    reference
    The footnote reference text.

    Return Value

    The added Footnote.
    See Also