Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Section Class / AddParagraph Method / AddParagraph(String) Method
The text of the added Paragraph

In This Topic
    AddParagraph(String) Method
    In This Topic
    Adds a Paragraph to the end of the section.
    Syntax
    'Declaration
     
    Public Overloads Function AddParagraph( _
       ByVal text As System.String _
    ) As Paragraph
    public Paragraph AddParagraph( 
       System.string text
    )

    Parameters

    text
    The text of the added Paragraph

    Return Value

    The added Paragraph.
    See Also