Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > CreateSectionBefore

CreateSectionBefore Method



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.