Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Section Class / AddParagraph Method / AddParagraph(Style) Method
The paragraph style.

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

    Parameters

    style
    The paragraph style.

    Return Value

    The added Paragraph.
    See Also