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

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

    Parameters

    text
    The footnote text.

    Return Value

    The added Footnote.
    See Also