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

In This Topic
    Add(String,Char,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 referenceCharacter As System.Char, _
       ByVal referenceFontName As System.String _
    ) As Footnote
    public Footnote Add( 
       System.string text,
       System.char referenceCharacter,
       System.string referenceFontName
    )

    Parameters

    text
    The footnote text.
    referenceCharacter
    The footnote reference symbol.
    referenceFontName
    The footnote reference symbol font.

    Return Value

    The added Footnote.
    See Also