Inserts the section break.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Section InsertSectionBreak(
	SectionBreakType breakType
)
Public Function InsertSectionBreak ( 
	breakType As SectionBreakType
) As Section
public:
Section^ InsertSectionBreak(
	SectionBreakType breakType
)
member InsertSectionBreak : 
        breakType : SectionBreakType -> Section 

Parameters

breakType
SectionBreakType
Type of the break.

Return Value

Section

See Also