Creates and returns a Section object that represents a new section at the end of this Element.

 public virtual Section CreateSectionAfter()
Public Overridable Function CreateSectionAfter() As Section

A Section object that represents a new section at the end of this Element.

Section sect = e.CreateSectionAfter();
Dim sect As Section = e.CreateSectionAfter()