Hi,
DocumentReflector is a good learning tool to solve open issues. Insert a section break in your document via UI, then use DocumentReflector to see the C# code of that element.
Dim para As Paragraph = New Paragraph(New Run(New Break())) mainPart.Document.Body.InsertAfter(para, mainPart.Document.Body.LastChild())