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

In This Topic
    AddFootnote(String,String) Method
    In This Topic
    Adds a Footnote to the end of the current control content.
    Syntax
    'Declaration
     
    Public Overloads Function AddFootnote( _
       ByVal text As System.String, _
       ByVal reference As System.String _
    ) As Footnote
    public Footnote AddFootnote( 
       System.string text,
       System.string reference
    )

    Parameters

    text
    The footnote text.
    reference
    The footnote reference text.

    Return Value

    The added Footnote.
    See Also