Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddSectionBreak Method
The SectionStart for the new section.

In This Topic
    AddSectionBreak Method
    In This Topic
    Breaks the parent section right after this paragraph.
    Syntax
    'Declaration
     
    Public Function AddSectionBreak( _
       Optional ByVal sectionStart As SectionStart _
    ) As Section
    public Section AddSectionBreak( 
       SectionStart sectionStart
    )

    Parameters

    sectionStart
    The SectionStart for the new section.

    Return Value

    The newly created Section after this paragraph.
    See Also