Table of Contents

Method AppendSection

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

AppendSection(WordDocument)

Appends an empty section to the document.

public static Section AppendSection(this WordDocument document)

Parameters

document WordDocument

The document.

Returns

Section

The appended section.

Exceptions

ArgumentNullException

document is null.