Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphCollection Class / Insert Method / Insert(String,InsertLocation) Method
The text of the inserted Paragraph
The target InsertLocation for the insertion.

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

    Parameters

    text
    The text of the inserted Paragraph
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Paragraph.
    See Also