Skip to main content
A newer version of this page is available.

SnapDocument.InsertSection(DocumentPosition) Method

Inserts a new section into the document’s Document.Sections collection at a specified position.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapSection InsertSection(
    DocumentPosition pos
)

Parameters

Name Type Description
pos DocumentPosition

A SnapSection object, specifying a position to insert a new section.

Returns

Type Description
SnapSection

A Section object that is the section in the document located before the newly inserted section.

See Also