Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphCollection Class / Add Method / Add(String) Method
The text of the inserted Paragraph

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

    Parameters

    text
    The text of the inserted Paragraph

    Return Value

    The added Paragraph.
    See Also