[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Paragraph.AddSectionBreak

AddSectionBreak Method

AddSectionBreak(SectionStart)

Breaks the parent section right after this paragraph.

Declaration
public Section AddSectionBreak(SectionStart sectionStart = SectionStart.NewPage)
Public Function AddSectionBreak(Optional sectionStart As SectionStart = SectionStart.NewPage) As Section
Parameters
Type Name Description
SectionStart sectionStart

The SectionStart for the new section.

Returns
Type Description
Section

The newly created Section after this paragraph.