Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Cell Class / AddParagraph Method / AddParagraph(String,Style) Method
The text of the added Paragraph
The paragraph style.

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

    Parameters

    text
    The text of the added Paragraph
    style
    The paragraph style.

    Return Value

    The added Paragraph.
    See Also