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

SnapSubDocument.CreateRange(DocumentPosition, Int32) Method

Creates a new document range using the specified start position and range length.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapDocumentRange CreateRange(
    DocumentPosition start,
    int length
)

Parameters

Name Type Description
start DocumentPosition

A DocumentPosition object, specifying the start position.

length Int32

An integer value, specifying the range length.

Returns

Type Description
SnapDocumentRange

A SnapDocumentRange object.

See Also