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

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

    Parameters

    text
    The footnote text.

    Return Value

    The added Footnote.
    See Also