Signature:
public Section CreateSectionBefore ( )
Description:
Creates and returns a Section object that represents a new section at the beginning of this Element.
Returns:
Section
A
Section object that represents a new section at the beginning of this Element.
Examples:
[csharp]
Section sect = e.CreateSectionBefore();
[vbnet]
Dim sect As Section = e.CreateSectionBefore()

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.