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

SnapSubDocument.CreatePosition(Int32) Method

Creates a new position in the current document.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapDocumentPosition CreatePosition(
    int start
)

Parameters

Name Type Description
start Int32

An integer value, specifying the start position.

Returns

Type Description
SnapDocumentPosition

A SnapDocumentPosition object, specifying the position in the current document.

See Also