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

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

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

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