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

ISnapFieldOwner.CreateSnRowIndex(DocumentPosition) Method

Adds a Row Index to the specified position in an document.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapRowIndex CreateSnRowIndex(
    DocumentPosition position
)

Parameters

Name Type Description
position DocumentPosition

A DocumentPosition object.

Returns

Type Description
DevExpress.Snap.Core.API.SnapRowIndex

An object implementing the DevExpress.Snap.Core.API.SnapRowIndex interface.

See Also