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

In This Topic
    AddParagraph(String) Method
    In This Topic
    Adds a Paragraph to the end of the current control content.
    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 paragraph.

    Return Value

    The added Paragraph.
    See Also