Creates and returns an empty Section at the point represented by this Position. If this Position is in the middle of a section then the containing section will be split.

 public Section InsertSection()
Public Function InsertSection() As Section

A newly created Section.

Section sect = pos.InsertSection();
Dim sect As Section = pos.InsertSection()