SnapSubDocument.CreateRange(Int32, Int32) Method
Creates a new document range using the specified start position and range length.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
start | Int32 | An integer value, specifying the start position. |
length | Int32 | An integer value, specifying the range length. |
Returns
Type | Description |
---|---|
SnapDocumentRange | A SnapDocumentRange object. |
See Also