Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteCollection Class / Insert Method / Insert(String,InsertLocation) Method
The footnote text.
The target InsertLocation for the insertion.

In This Topic
    Insert(String,InsertLocation) Method
    In This Topic
    Inserts a Footnote into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal text As System.String, _
       ByVal location As InsertLocation _
    ) As Footnote
    public Footnote Insert( 
       System.string text,
       InsertLocation location
    )

    Parameters

    text
    The footnote text.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Footnote.
    See Also