Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ISnapFieldOwner.CreateSnRowIndex(DocumentPosition) Method

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

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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